Merge pull request #2 from Arnaz87/update_rlua

Update to rlua 0.15
This commit is contained in:
zrkn 2018-10-11 15:48:27 +03:00 committed by GitHub
commit 024b78e245
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.12"
rlua = "0.15"
serde = "1.0"
[dev-dependencies]