Skip to content

Commit

Permalink
Support Yams 5.0 (support 4.0.0 ..< 6.0.0) (#111)
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
simonjbeaumont authored Jul 11, 2023
1 parent 7ed73ef commit fe76c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ let package = Package(
),
.package(
url: "https://github.com/jpsim/Yams.git",
from: "4.0.0"
"4.0.0"..<"6.0.0"
),

// CLI Tool
Expand Down

0 comments on commit fe76c0d

Please sign in to comment.