Use rhaiscript/smartstring to patch no-std.

This commit is contained in:
Stephen Chung 2021-05-10 11:22:47 +08:00
parent fd19d625b0
commit 3a47ed7c46

View File

@ -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" }