From eafe4c7c30ba9924fc4fd4eeb4c8bfa9f4b2c50c Mon Sep 17 00:00:00 2001 From: kyren Date: Sun, 9 Jul 2017 17:20:51 -0400 Subject: [PATCH] cargo version bump for linking fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 634d372..ad713a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlua" -version = "0.8.1" +version = "0.8.2" authors = ["kyren "] description = "High level bindings to Lua 5.3" repository = "https://github.com/chucklefish/rlua"