Skip to content

Commit 5fbf28d

Browse files
authored
Merge pull request #1038 from KatanaFluorescent/main
change edition to 2021 in exercices.rs
2 parents 2a12df4 + a500ed2 commit 5fbf28d

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)