From 1efef92570ac86b0f5cabfc747201a974296fbb9 Mon Sep 17 00:00:00 2001 From: kyren Date: Wed, 2 Aug 2017 17:43:44 -0400 Subject: [PATCH] I guess I need to bump the cargo version even to change the badge. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73b703f..feec968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlua" -version = "0.9.0" +version = "0.9.1" authors = ["kyren "] description = "High level bindings to Lua 5.3" repository = "https://github.com/chucklefish/rlua"