Skip to content

Commit

Permalink
chore: use workspace.edition for remaining 2021 edition crates
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed May 29, 2024
1 parent d569eb3 commit d8b26b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conformance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "conformance"
version = "0.0.0"
publish = false
edition = "2021"
edition.workspace = true
authors.workspace = true

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "fuzz"
version = "0.0.0"
publish = false
edition = "2021"
edition.workspace = true
authors.workspace = true

[package.metadata]
Expand Down
2 changes: 1 addition & 1 deletion protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "protobuf"
version = "0.0.0"
publish = false
edition = "2021"
edition.workspace = true
authors.workspace = true

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tests-no-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tests-no-std"
version = "0.0.0"
publish = false
edition = "2021"
edition.workspace = true
authors.workspace = true

build = "../tests/src/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tests"
version = "0.0.0"
publish = false
edition = "2021"
edition.workspace = true
authors.workspace = true

build = "src/build.rs"
Expand Down

0 comments on commit d8b26b9

Please sign in to comment.