summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev/Cargo.toml2
-rw-r--r--gen-dev-cargo-toml/src/main.rs2
-rw-r--r--tests/fixture/failure/Cargo.toml2
-rw-r--r--tests/fixture/state/Cargo.toml2
-rw-r--r--tests/fixture/success/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
diff --git a/dev/Cargo.toml b/dev/Cargo.toml
index ed9b3ed..1d230eb 100644
--- a/dev/Cargo.toml
+++ b/dev/Cargo.toml
@@ -101,6 +101,6 @@ bin = [
]
[package]
-name = "rustlings"
+name = "rustlings-dev"
edition = "2021"
publish = false
diff --git a/gen-dev-cargo-toml/src/main.rs b/gen-dev-cargo-toml/src/main.rs
index 622762a..9a7c1bb 100644
--- a/gen-dev-cargo-toml/src/main.rs
+++ b/gen-dev-cargo-toml/src/main.rs
@@ -48,7 +48,7 @@ bin = [\n",
br#"]
[package]
-name = "rustlings"
+name = "rustlings-dev"
edition = "2021"
publish = false
"#,
diff --git a/tests/fixture/failure/Cargo.toml b/tests/fixture/failure/Cargo.toml
index e111cf2..7ee2f06 100644
--- a/tests/fixture/failure/Cargo.toml
+++ b/tests/fixture/failure/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "tests"
+name = "failure"
edition = "2021"
publish = false
diff --git a/tests/fixture/state/Cargo.toml b/tests/fixture/state/Cargo.toml
index c8d74e4..adbd8ab 100644
--- a/tests/fixture/state/Cargo.toml
+++ b/tests/fixture/state/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "tests"
+name = "state"
edition = "2021"
publish = false
diff --git a/tests/fixture/success/Cargo.toml b/tests/fixture/success/Cargo.toml
index f26a44f..028cf35 100644
--- a/tests/fixture/success/Cargo.toml
+++ b/tests/fixture/success/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "tests"
+name = "success"
edition = "2021"
publish = false