From 9388a72d61167174e5a4b09d21f1f7f2e865b946 Mon Sep 17 00:00:00 2001 From: kyren Date: Sun, 11 Feb 2018 17:55:40 -0500 Subject: [PATCH] Update Cargo.toml for 0.12.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24a552c..3d93404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlua" -version = "0.12.0" +version = "0.12.1" authors = ["kyren "] description = "High level bindings to Lua 5.3" repository = "https://github.com/chucklefish/rlua"