summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-04 15:45:53 +0200
committermo8it <mo8it@proton.me>2024-04-04 15:45:53 +0200
commitb6c434c445d91a9e886e5639b078635e5eca4eb3 (patch)
tree3679a78e468872f05cec1de4e489acbbc08a11a8
parent569a68eb73b82040588138b0ba1daabca1a7d415 (diff)
Remove optional version field
-rw-r--r--dev/Cargo.toml1
-rw-r--r--src/bin/gen-dev-cargo-toml.rs1
-rw-r--r--src/init.rs1
-rw-r--r--tests/fixture/failure/Cargo.toml1
-rw-r--r--tests/fixture/state/Cargo.toml1
-rw-r--r--tests/fixture/success/Cargo.toml1
6 files changed, 0 insertions, 6 deletions
diff --git a/dev/Cargo.toml b/dev/Cargo.toml
index e4e7be7..7868b97 100644
--- a/dev/Cargo.toml
+++ b/dev/Cargo.toml
@@ -102,6 +102,5 @@ bin = [
[package]
name = "rustlings"
-version = "0.0.0"
edition = "2021"
publish = false
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
"#,
diff --git a/tests/fixture/failure/Cargo.toml b/tests/fixture/failure/Cargo.toml
index dd728c3..e111cf2 100644
--- a/tests/fixture/failure/Cargo.toml
+++ b/tests/fixture/failure/Cargo.toml
@@ -1,6 +1,5 @@
[package]
name = "tests"
-version = "0.0.0"
edition = "2021"
publish = false
diff --git a/tests/fixture/state/Cargo.toml b/tests/fixture/state/Cargo.toml
index 5cfa42b..c8d74e4 100644
--- a/tests/fixture/state/Cargo.toml
+++ b/tests/fixture/state/Cargo.toml
@@ -1,6 +1,5 @@
[package]
name = "tests"
-version = "0.0.0"
edition = "2021"
publish = false
diff --git a/tests/fixture/success/Cargo.toml b/tests/fixture/success/Cargo.toml
index c005928..f26a44f 100644
--- a/tests/fixture/success/Cargo.toml
+++ b/tests/fixture/success/Cargo.toml
@@ -1,6 +1,5 @@
[package]
name = "tests"
-version = "0.0.0"
edition = "2021"
publish = false