Bump cargo version, bugfix for numeric conversions.

This could arguably be a semver update, but the previous behavior was definitely
not intentional, it was a bug.
This commit is contained in:
kyren 2017-06-23 03:28:43 -04:00
parent 3ab3970c01
commit 7b7f7f36fc
1 changed files with 1 additions and 1 deletions

View File

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