Skip to content

Commit

Permalink
Downgraded SwiftECC to prevent test errors for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Sep 19, 2024
1 parent 1f951ba commit 87bda1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/leif-ibsen/SwiftECC",
"state" : {
"revision" : "05733024083e9ef1a57f436dc59fe00bdf42d2a2",
"version" : "5.4.0"
"revision" : "0efa7eed9eeedb93e6d42bc4a18a40ef5c1ef2d0",
"version" : "5.3.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion CryptomatorCommon/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let package = Package(
.package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", .upToNextMinor(from: "3.8.0")),
.package(url: "https://github.com/PhilLibs/simple-swift-dependencies", .upToNextMajor(from: "0.1.0")),
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", .upToNextMajor(from: "0.3.0")),
.package(url: "https://github.com/leif-ibsen/SwiftECC", from: "5.0.0")
.package(url: "https://github.com/leif-ibsen/SwiftECC", .upToNextMinor(from: "5.3.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 87bda1b

Please sign in to comment.