diff options
| author | KatanaFluorescent <60199077+KatanaFluorescent@users.noreply.github.com> | 2022-07-01 16:49:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-01 16:49:36 +0200 |
| commit | a500ed2c3c6e8f8cd595260b54e18589279c5edb (patch) | |
| tree | 94e367ff398f962be89255fd88dd789b462bc758 | |
| parent | d27f5a7d41bf0ac775836c87171f88e59257fb6a (diff) | |
change edition to 2021 in exercices.rs
workaround for this issue https://github.com/rust-lang/rustlings/issues/1022
| -rw-r--r-- | src/exercise.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exercise.rs b/src/exercise.rs index 6e49a9a..4be3a2c 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -121,7 +121,7 @@ impl Exercise { r#"[package] name = "{}" version = "0.0.1" -edition = "2018" +edition = "2021" [[bin]] name = "{}" path = "{}.rs""#, |
