Skip to content

Commit a500ed2

Browse files
authored
change edition to 2021 in exercices.rs
workaround for this issue #1022
1 parent d27f5a7 commit a500ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exercise.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl Exercise {
121121
r#"[package]
122122
name = "{}"
123123
version = "0.0.1"
124-
edition = "2018"
124+
edition = "2021"
125125
[[bin]]
126126
name = "{}"
127127
path = "{}.rs""#,

0 commit comments

Comments
 (0)