diff --git a/Cargo.toml b/Cargo.toml index 402b8e9..4c81573 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlua" -version = "0.15.1" +version = "0.15.2-alpha.0" authors = ["kyren "] description = "High level bindings to Lua 5.3" repository = "https://github.com/chucklefish/rlua"