Skip to content

Commit

Permalink
Switch to workspace.resolver=2 (#578)
Browse files Browse the repository at this point in the history
Malax authored Sep 12, 2023
1 parent 5ab5623 commit 67891fa
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
resolver = "1"
resolver = "2"

members = [
"buildpacks/jvm",
2 changes: 1 addition & 1 deletion buildpacks/sbt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ java-properties = "2"
serde = { version = "1", features = ["derive"] }
tempfile = "3"
thiserror = "1"
semver="1"
semver = { version = "1", features = ["serde"] }
shell-words = "1"
buildpacks-jvm-shared.workspace = true

0 comments on commit 67891fa

Please sign in to comment.