From 3a47ed7c466720fb224c61a62dae1591bef789ca Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Mon, 10 May 2021 11:22:47 +0800 Subject: [PATCH] Use rhaiscript/smartstring to patch no-std. --- no_std/no_std_test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }