From fe6691752bdb39a383a0806f9d56e7564d1cbdc0 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Mon, 12 Jul 2021 12:11:53 +0800 Subject: [PATCH] Use smartstring 0.2.7 for no-std. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ad99208..e93cc307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]