From 7b7f7f36fc40af8c1c146b9149ba48e103588eac Mon Sep 17 00:00:00 2001 From: kyren Date: Fri, 23 Jun 2017 03:28:43 -0400 Subject: [PATCH] Bump cargo version, bugfix for numeric conversions. This could arguably be a semver update, but the previous behavior was definitely not intentional, it was a bug. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9079b1..9c64393 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlua" -version = "0.6.0" +version = "0.6.1" authors = ["kyren "] description = "High level bindings to Lua 5.3" repository = "https://github.com/chucklefish/rlua"