Skip to content

Commit c7eb143

Browse files
author
Ignacio Bonafonte
authored
Merge pull request #253 from nachoBonafonte/main
2 parents 7fb8509 + 3959519 commit c7eb143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let package = Package(
4949
.package(name: "Thrift", url: "https://github.com/undefinedlabs/Thrift-Swift", from: "1.1.1"),
5050
.package(name: "swift-nio", url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
5151
.package(name: "grpc-swift", url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0"),
52-
.package(name: "swift-atomics", url: "https://github.com/apple/swift-atomics.git", from: "1.0.0"),
52+
.package(name: "swift-atomics", url: "https://github.com/apple/swift-atomics.git", "0.0.2"..."2.0.0"),
5353
.package(name: "swift-metrics", url: "https://github.com/apple/swift-metrics.git", from: "2.1.1"),
5454
],
5555
targets: [

0 commit comments

Comments
 (0)