Bump cargo version to 0.7.0

I'm not 100% sold on the LuaError design, I think there are a lot of questions
still, but there have been enough bugfixes that it's better to do a cargo bump.
This commit is contained in:
kyren 2017-06-25 02:41:02 -04:00
parent 7dba280a4b
commit 8548fbd263
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rlua"
version = "0.6.1"
version = "0.7.0"
authors = ["kyren <catherine@chucklefish.org>"]
description = "High level bindings to Lua 5.3"
repository = "https://github.com/chucklefish/rlua"