diff --git a/no_std/no_std_test/Cargo.toml b/no_std/no_std_test/Cargo.toml index 5ae73ab8..94087a70 100644 --- a/no_std/no_std_test/Cargo.toml +++ b/no_std/no_std_test/Cargo.toml @@ -39,4 +39,4 @@ lto = "fat" [patch.crates-io] # Patch smartstring wth a PR fix because it doesn't properly handle no-std builds. -smartstring = { git = "https://github.com/okready/smartstring", branch = "fix-no_std-builds" } +smartstring = { git = "https://github.com/rhaiscript/smartstring" }