Skip to content

Commit

Permalink
Bump swift-tools-support-async dependency constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepetroules committed Sep 18, 2023
1 parent 02aa0ba commit d692081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
"repositoryURL": "https://github.com/apple/swift-tools-support-async.git",
"state": {
"branch": null,
"revision": "02afc6d0fddac59f253796dc50405c3c617acbb5",
"version": "0.8.7"
"revision": "beff38cee53e4bb75da2a9951c8f43a5970905fc",
"version": "0.10.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-crypto.git", "1.1.4" ..< "3.0.0"),
.package(url: "https://github.com/apple/swift-llbuild.git", from: "0.5.0"),
.package(url: "https://github.com/apple/swift-tools-support-async.git", from: "0.8.3"),
.package(url: "https://github.com/apple/swift-tools-support-async.git", from: "0.10.0"),
.package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.2.7"),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.17.0"),
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.4.1"),
Expand Down

0 comments on commit d692081

Please sign in to comment.