Prepare for 0.20.3 release.

This commit is contained in:
Stephen Chung
2021-06-22 22:32:50 +08:00
parent 2342777a13
commit ba0cf80314
3 changed files with 5 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ 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 }
rhai_codegen = { version = "0.4.0", path = "codegen", default-features = false }
rhai_codegen = { version = ">=0.4.0", path = "codegen", default-features = false }
[features]
default = ["smartstring/std", "ahash/std", "num-traits/std"] # remove 'smartstring/std' when smartstring is updated to support no-std