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:
parent
2eaa64ed35
commit
d60fc29295
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user