Skip to content

Commit

Permalink
fix: downgrade to Cargo resolver version 2
Browse files Browse the repository at this point in the history
This is needed to get `cargo-deb` working until
kornelski/cargo-deb#154 is sorted out.
  • Loading branch information
AlexTMjugador committed Dec 3, 2024
1 parent b2dc7c2 commit d605784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
members = ["packages/*"]
resolver = "3"
resolver = "2"

[workspace.package]
version = "0.4.0"
Expand Down

0 comments on commit d605784

Please sign in to comment.