We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c81dc commit 4932204Copy full SHA for 4932204
Package.resolved
@@ -6,8 +6,8 @@
6
"repositoryURL": "https://github.com/apple/swift-crypto.git",
7
"state": {
8
"branch": null,
9
- "revision": "3bea268b223651c4ab7b7b9ad62ef9b2d4143eb6",
10
- "version": "1.1.6"
+ "revision": "127d3745c37b5705e4bc8d16c7951c48dcc3332c",
+ "version": "2.0.0"
11
}
12
13
]
Package.swift
@@ -16,7 +16,7 @@ let package = Package(
16
// Dependencies declare other packages that this package depends on.
17
// .package(url: /* package url */, from: "1.0.0"),
18
.package(url: "https://github.com/apple/swift-crypto.git",
19
- from: "1.1.2"),
+ from: "2.0.0"),
20
],
21
targets: [
22
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments