Update to Rust 2018 syntax

This commit is contained in:
Oliver Hamlet
2019-06-30 11:25:23 +01:00
parent 6cfefc6c31
commit 52792626af
8 changed files with 14 additions and 22 deletions
+1
View File
@@ -3,6 +3,7 @@ name = "loot-condition-interpreter"
version = "1.3.0"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
license = "MIT"
edition = "2018"
[dependencies]
crc = "1.0.0"