From 7893a9734ba40b41fee2b9ee08550e9d585ee61f Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Tue, 25 Feb 2020 11:23:46 +0800 Subject: [PATCH] Minor fixes to README. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94c4afc2..f10e28fb 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,19 @@ Rhai's current feature set: * Support for overloaded functions * No additional dependencies -**Note:** Currently, the version is 0.9.1, so the language and APIs may change before they stabilize.* +**Note:** Currently, the version is 0.10.0-alpha1, so the language and APIs may change before they stabilize.* ## Installation -You can install Rhai using crates by adding this line to your dependences: +You can install Rhai using crates by adding this line to your dependencies: ```toml [dependencies] -rhai = "0.8.1" +rhai = "0.10.0-alpha1" ``` +Beware that to use pre-releases (alpha and beta) you need to specify the exact version in your `Cargo.toml`. + ## Related Other cool projects to check out: