We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f243fff commit b1d9db9Copy full SHA for b1d9db9
Package.swift
@@ -118,7 +118,7 @@ let CommonPackageDependencies: [Package.Dependency] = [
118
.package(url: "https://github.com/apple/swift-system", from: "1.2.1"),
119
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0"),
120
.package(url: "https://github.com/PADL/SocketAddress", from: "0.0.1"),
121
- .package(url: "https://github.com/lhoward/AsyncExtensions", branch: "linux"),
+ .package(url: "https://github.com/lhoward/AsyncExtensions", from: "0.9.0"),
122
.package(url: "https://github.com/Flight-School/AnyCodable", from: "0.6.7"),
123
]
124
0 commit comments