change edition to 2021 in exercices.rs
workaround for this issue https://github.com/rust-lang/rustlings/issues/1022
This commit is contained in:
parent
d27f5a7d41
commit
a500ed2c3c
@ -121,7 +121,7 @@ impl Exercise {
|
|||||||
r#"[package]
|
r#"[package]
|
||||||
name = "{}"
|
name = "{}"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "{}"
|
name = "{}"
|
||||||
path = "{}.rs""#,
|
path = "{}.rs""#,
|
||||||
|
Reference in New Issue
Block a user