Skip to content

Commit fe76c0d

Browse files
Support Yams 5.0 (support 4.0.0 ..< 6.0.0) (#111)
### Motivation We're not on the latest major version of Yams, which blocks adopters updating their dependency on Yams. But since updating is cheap (we're not using any of the APIs that have changed in the latest release) we can upgrade to allow dependency resolution for others. ### Modifications - Update dependency on Yams to 5.0.0. ### Result - Unblocks adopters wishing to use Yams >= 5.0.0. ### Test Plan CI.
1 parent 7ed73ef commit fe76c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ let package = Package(
5656
),
5757
.package(
5858
url: "https://github.com/jpsim/Yams.git",
59-
from: "4.0.0"
59+
"4.0.0"..<"6.0.0"
6060
),
6161

6262
// CLI Tool

0 commit comments

Comments
 (0)