rust/land2d/Cargo.toml
changeset 14207 bb2f301d4fe0
parent 13936 78c798d655ad
child 15900 128ace913837
--- a/rust/land2d/Cargo.toml	Tue Nov 13 16:54:40 2018 +0100
+++ b/rust/land2d/Cargo.toml	Tue Nov 13 20:01:43 2018 +0300
@@ -2,6 +2,7 @@
 name = "land2d"
 version = "0.1.0"
 authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
+edition = "2018"
 
 [dependencies]
 vec2d = { path = "../vec2d" }