From 8548fbd263cdda24b941dad583633cbf323e7b5c Mon Sep 17 00:00:00 2001 From: kyren Date: Sun, 25 Jun 2017 02:41:02 -0400 Subject: [PATCH] Bump cargo version to 0.7.0 I'm not 100% sold on the LuaError design, I think there are a lot of questions still, but there have been enough bugfixes that it's better to do a cargo bump. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a50b4d9..03c0b37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlua" -version = "0.6.1" +version = "0.7.0" authors = ["kyren "] description = "High level bindings to Lua 5.3" repository = "https://github.com/chucklefish/rlua"