Update to Rust's 2021 edition

This means that the winapi sub-dependency is built with fewer features.
This commit is contained in:
Oliver Hamlet
2024-05-02 19:55:52 +01:00
parent c508533d4b
commit df88090a5d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name = "loot-condition-interpreter"
version = "3.1.0"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
license = "MIT"
edition = "2018"
edition = "2021"
[dependencies]
crc32fast = "1.2.0"