From 1123b79d009de6c6cfe0bcfa7666ecfc464ed9fc Mon Sep 17 00:00:00 2001 From: jonathandturner Date: Wed, 13 Apr 2016 18:44:05 -0700 Subject: [PATCH] Oops, we changed to i64, prob should be 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e096f1ce..8a5c3ede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhai" -version = "0.2.1" +version = "0.3.0" authors = ["Jonathan Turner"] description = "Embedded scripting for Rust" homepage = "https://github.com/jonathandturner/rhai"