summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorkyren <kerriganw@gmail.com>2017-05-25 00:58:28 -0400
committerkyren <kerriganw@gmail.com>2017-05-25 00:58:28 -0400
commite73346bc0f6f71d89162ed43bd2c23ecc87d8513 (patch)
tree6d6d323726d96b64900fd350d50d28f64a443571 /Cargo.toml
parent9fef45272ffb49157e72c808ccde687473a552d4 (diff)
downloadmlua-e73346bc0f6f71d89162ed43bd2c23ecc87d8513.zip
version bump
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8acda3d..36d18f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rlua"
-version = "0.3.0"
+version = "0.4.0"
authors = ["kyren <catherine@chucklefish.org>"]
repository = "https://github.com/chucklefish/rlua"
description = "High level bindings to Lua 5.3"