From 5610748347d17b462f89cc1b0a109a0e1bffa328 Mon Sep 17 00:00:00 2001 From: kyren Date: Mon, 1 Oct 2018 05:15:09 -0400 Subject: [PATCH] (cargo-release) version 0.15.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5546f0..402b8e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlua" -version = "0.15.0" +version = "0.15.1" authors = ["kyren "] description = "High level bindings to Lua 5.3" repository = "https://github.com/chucklefish/rlua"