Remove need for default features in dependencies.

This commit is contained in:
Stephen Chung
2022-01-27 08:22:20 +08:00
parent c79f1e44e4
commit 69dab31617
3 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ Enhancements
------------
* `rhai-repl` tool has a few more commands, such as `strict` to turn on/off _Strict Variables Mode_ and `optimize` to turn on/off script optimization.
* Default features for dependencies (such as `ahash/std` and `num-traits/std`) are no longer required.
Version 1.4.1