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 ea1b3c4 commit 23ba984Copy full SHA for 23ba984
_Packages/Package.swift
@@ -7,7 +7,7 @@ let package = Package(
7
.library(name: "_Packages", type: .dynamic, targets: ["_Packages"]),
8
],
9
dependencies: [
10
- .package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0"),
+ .package(url: "https://github.com/apple/swift-algorithms", from: "1.2.1"),
11
.package(url: "https://github.com/apple/swift-atomics", from: "1.2.0"),
12
.package(url: "https://github.com/apple/swift-collections", from: "1.1.4"),
13
.package(url: "https://github.com/apple/swift-crypto", from: "3.10.0"),
0 commit comments