From acc791f7c26f2785812167a78110e0245304a4f9 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Sat, 20 Oct 2018 15:07:42 +0200 Subject: [PATCH] Bump lua52-sys to 0.1.2 --- lua52-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua52-sys/Cargo.toml b/lua52-sys/Cargo.toml index 0a348b9..97ed90a 100644 --- a/lua52-sys/Cargo.toml +++ b/lua52-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lua52-sys" -version = "0.1.1" +version = "0.1.2" authors = ["Pierre Krieger "] description = "Bindings for Lua 5.2" build = "build.rs"