mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 06:34:20 +00:00
Remove optional version field
This commit is contained in:
parent
569a68eb73
commit
b6c434c445
6 changed files with 0 additions and 6 deletions
|
@ -102,6 +102,5 @@ bin = [
|
|||
|
||||
[package]
|
||||
name = "rustlings"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
|
|
@ -49,7 +49,6 @@ bin = [\n",
|
|||
|
||||
[package]
|
||||
name = "rustlings"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
"#,
|
||||
|
|
|
@ -24,7 +24,6 @@ fn create_cargo_toml(exercises: &[Exercise]) -> io::Result<()> {
|
|||
|
||||
[package]
|
||||
name = "rustlings"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
"#,
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[package]
|
||||
name = "tests"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[package]
|
||||
name = "tests"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[package]
|
||||
name = "tests"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue