My bad... I just learned that 'edition' variable in Cargo.toml

is the RUST edition, nothing  to do with the start date of my project...
This commit is contained in:
mhart 2020-10-06 21:59:33 +02:00
parent 2eaa64ed35
commit d60fc29295
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name = "PaintDroid"
version = "0.1.0"
authors = ["mhart <martin-hart@protonmail.com"]
edition = "2020"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html