upgrade rlua to 0.17

This commit is contained in:
Clouds 2020-01-17 17:05:34 +08:00 committed by GitHub
parent 8a4cfb41db
commit 4c28844571
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]