summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkyren <kerriganw@gmail.com>2018-06-29 01:28:28 -0400
committerkyren <kerriganw@gmail.com>2018-06-29 01:28:28 -0400
commit2d4f4b95c8f1504ae7751d56ed62db49a8170fda (patch)
tree7c5472932bd616a3dd9ae2c875becc6cc1aa0e22
parent0cab2e25deab961f4f259fe6f4de65d6d6adde14 (diff)
downloadmlua-2d4f4b95c8f1504ae7751d56ed62db49a8170fda.zip
(cargo-release) start next development iteration 0.14.1-alpha.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <catherine@chucklefish.org>"]
description = "High level bindings to Lua 5.3"
repository = "https://github.com/chucklefish/rlua"