Merge pull request #7 from clouds56/patch-1

upgrade rlua to 0.17
This commit is contained in:
zrkn 2020-01-31 03:13:44 +03:00 committed by GitHub
commit 0df32c7456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ keywords = ["lua", "serde"]
license = "MIT"
[dependencies]
rlua = "0.16"
rlua = "0.17"
serde = "1.0"
[dev-dependencies]