Use smartstring 0.2.7 for no-std.
This commit is contained in:
parent
e0673a2f1a
commit
fe6691752b
@ -19,7 +19,7 @@ categories = ["no-std", "embedded", "wasm", "parser-implementations"]
|
||||
smallvec = { version = "1.6", default-features = false, features = ["union"] }
|
||||
ahash = { version = "0.7", default-features = false }
|
||||
num-traits = { version = "0.2", default-features = false }
|
||||
smartstring = { version = "0.2.6", default-features = false }
|
||||
smartstring = { version = "0.2.7", default-features = false }
|
||||
rhai_codegen = { version = "1.0", path = "codegen", default-features = false }
|
||||
|
||||
[features]
|
||||
|
Loading…
Reference in New Issue
Block a user