Skip to content

Commit a0e7296

Browse files
committed
Update swift-atomics to 1.1.0
1 parent e2e0a0d commit a0e7296

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
.upToNextMajor(from: "1.2.2")),
2323
.package(
2424
url: "https://github.com/apple/swift-atomics",
25-
.upToNextMajor(from: "1.0.3")),
25+
.upToNextMajor(from: "1.1.0")),
2626
],
2727
targets: [
2828
.executableTarget(

0 commit comments

Comments
 (0)