diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:21 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:21 +0100 |
commit | 83e4ac1499b548957c554f740934b9b2a02310aa (patch) | |
tree | c890dc4ca220a4ee53b88a729472050e6da0b9b9 /stockton-levels/Cargo.toml | |
parent | 95708732572431dc057a9fd71fa8bd8571a336a2 (diff) |
refactor(all): 2018 edition
Diffstat (limited to 'stockton-levels/Cargo.toml')
-rw-r--r-- | stockton-levels/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stockton-levels/Cargo.toml b/stockton-levels/Cargo.toml index facae7d..d39b8d4 100644 --- a/stockton-levels/Cargo.toml +++ b/stockton-levels/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"] description = "Library for parsing different types of .bsp files." repository = "https://github.com/tcmal/stockton" homepage = "https://github.com/tcmal/stockton" +edition = "2018" [dependencies] nalgebra = "^0.20" |