Skip to content

Commit

Permalink
Increase System package version for Swift 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Mar 21, 2022
1 parent 25b7912 commit d816abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "0.0.2")),
.package(url: "https://github.com/apple/swift-system.git", from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit d816abf

Please sign in to comment.