From 05b63ef21b0bf86f421f71fc9c701a0738c70361 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sat, 26 Mar 2016 13:43:06 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb3782d..be8e7fe8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can install Rhai using crates by adding this line to your dependences: ``` [dependencies] -rhai = "0.1.0" +rhai = "0.2.0" ``` ## Related