Skip to content

Commit a9df84a

Browse files
Merge pull request #10 from SwiftFiddle/renovate/apple-swift-atomics-1.x
Update dependency apple/swift-atomics to from: "1.3.0"
2 parents 4fc6dfa + df1f770 commit a9df84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_Packages/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
],
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.1"),
11-
.package(url: "https://github.com/apple/swift-atomics", from: "1.2.0"),
11+
.package(url: "https://github.com/apple/swift-atomics", from: "1.3.0"),
1212
.package(url: "https://github.com/apple/swift-collections", from: "1.2.0"),
1313
.package(url: "https://github.com/apple/swift-crypto", from: "3.12.3"),
1414
.package(url: "https://github.com/apple/swift-numerics", from: "1.1.1"),

0 commit comments

Comments
 (0)