Skip to content

Commit

Permalink
Use resolver = 2 for in workspace in Rust template
Browse files Browse the repository at this point in the history
Avoids a cargo warning.
  • Loading branch information
phil-opp committed Apr 28, 2024
1 parent 97254ec commit ea9bc9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binaries/cli/src/template/rust/Cargo-template.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[workspace]
resolver = "2"
members = ["op_1", "op_2", "node_1"]

0 comments on commit ea9bc9f

Please sign in to comment.