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]
|
||||
name = "{}"
|
||||
version = "0.0.1"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
[[bin]]
|
||||
name = "{}"
|
||||
path = "{}.rs""#,
|
||||
|
|
Loading…
Reference in New Issue