Skip to content

Commit

Permalink
Raise didcore-swift minimum version
Browse files Browse the repository at this point in the history
Raise didcore-swift minimum version to 2.0.2. API compatibility issues with 2.0.1 and below.

Signed-off-by: kukgini <[email protected]>
  • Loading branch information
kukgini authored and beatt83 committed Oct 31, 2024
1 parent 4338d9c commit 22bc7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/swift-libp2p/swift-multibase.git", .upToNextMajor(from: "0.0.1")),
.package(url: "https://github.com/swift-libp2p/swift-bases.git", .upToNextMajor(from: "0.0.3")),
.package(url: "https://github.com/beatt83/didcore-swift.git", .upToNextMinor(from: "2.0.0"))
.package(url: "https://github.com/beatt83/didcore-swift.git", .upToNextMinor(from: "2.0.2"))
],
targets: [
.target(
Expand Down

0 comments on commit 22bc7cf

Please sign in to comment.