Skip to content

Commit b1d9db9

Browse files
committed
pin AsyncExtensions to ≥0.9.0
1 parent f243fff commit b1d9db9

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
@@ -118,7 +118,7 @@ let CommonPackageDependencies: [Package.Dependency] = [
118118
.package(url: "https://github.com/apple/swift-system", from: "1.2.1"),
119119
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0"),
120120
.package(url: "https://github.com/PADL/SocketAddress", from: "0.0.1"),
121-
.package(url: "https://github.com/lhoward/AsyncExtensions", branch: "linux"),
121+
.package(url: "https://github.com/lhoward/AsyncExtensions", from: "0.9.0"),
122122
.package(url: "https://github.com/Flight-School/AnyCodable", from: "0.6.7"),
123123
]
124124

0 commit comments

Comments
 (0)