From 2d4f4b95c8f1504ae7751d56ed62db49a8170fda Mon Sep 17 00:00:00 2001 From: kyren Date: Fri, 29 Jun 2018 01:28:28 -0400 Subject: [PATCH] (cargo-release) start next development iteration 0.14.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3d87cf..8b5ed36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlua" -version = "0.14.0" +version = "0.14.1-alpha.0" authors = ["kyren "] description = "High level bindings to Lua 5.3" repository = "https://github.com/chucklefish/rlua"