From 64d1eae55cd324a40b254c46a4310a48a151ee0b Mon Sep 17 00:00:00 2001 From: kyren Date: Sat, 17 Jun 2017 23:23:17 -0400 Subject: [PATCH] New 0.5.x cargo update with important coroutine bugfix, build changes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c1e664..922471f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlua" -version = "0.5.1" +version = "0.5.2" authors = ["kyren "] description = "High level bindings to Lua 5.3" repository = "https://github.com/chucklefish/rlua"