Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit b954dd8

Browse files
author
Ruben Nine
committed
Upgraded swift-atomics dependency from 0.0.3 to 1.0.2.
1 parent 89e9739 commit b954dd8

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
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414

1515
dependencies: [
16-
.package(url: "https://github.com/apple/swift-atomics.git", from: "0.0.1")
16+
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.0")
1717
],
1818

1919
targets: [

0 commit comments

Comments
 (0)