diff options
| author | mo8it <mo8it@proton.me> | 2024-04-04 15:45:53 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-04 15:45:53 +0200 |
| commit | b6c434c445d91a9e886e5639b078635e5eca4eb3 (patch) | |
| tree | 3679a78e468872f05cec1de4e489acbbc08a11a8 /src | |
| parent | 569a68eb73b82040588138b0ba1daabca1a7d415 (diff) | |
Remove optional version field
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/gen-dev-cargo-toml.rs | 1 | ||||
| -rw-r--r-- | src/init.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/gen-dev-cargo-toml.rs b/src/bin/gen-dev-cargo-toml.rs index 65cc244..ff8f31d 100644 --- a/src/bin/gen-dev-cargo-toml.rs +++ b/src/bin/gen-dev-cargo-toml.rs @@ -49,7 +49,6 @@ bin = [\n", [package] name = "rustlings" -version = "0.0.0" edition = "2021" publish = false "#, diff --git a/src/init.rs b/src/init.rs index b52b613..6af3235 100644 --- a/src/init.rs +++ b/src/init.rs @@ -24,7 +24,6 @@ fn create_cargo_toml(exercises: &[Exercise]) -> io::Result<()> { [package] name = "rustlings" -version = "0.0.0" edition = "2021" publish = false "#, |
