Skip to content

Commit

Permalink
fix workspace resolver warning in test-ws
Browse files Browse the repository at this point in the history
I also bumped the edition of all the crates in the test workspace to
2021
  • Loading branch information
fredszaq committed Feb 9, 2025
1 parent 792a423 commit 3eecbb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions test-ws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[workspace]
members = ["test-app", "test-proc-macro", "test-bin"]
resolver = "2"
2 changes: 1 addition & 1 deletion test-ws/test-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "test-app"
version = "0.1.0"
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
edition = "2018"
edition = "2021"
workspace = "../"

[features]
Expand Down
2 changes: 1 addition & 1 deletion test-ws/test-proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-proc-macro"
version = "0.1.0"
edition = "2018"
edition = "2021"
workspace = "../"

[lib]
Expand Down

0 comments on commit 3eecbb6

Please sign in to comment.