We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90a701 commit 6945a2fCopy full SHA for 6945a2f
‎Package.swift‎
@@ -22,7 +22,7 @@ import PackageDescription
22
let package = Package(
23
name: "CircleModularWalletsCore",
24
platforms: [
25
- .macOS("13.5"), .iOS(.v16)
+ .iOS(.v16)
26
],
27
products: [
28
.library(
@@ -31,7 +31,7 @@ let package = Package(
31
32
dependencies: [
33
.package(url: "https://github.com/valpackett/SwiftCBOR.git", .upToNextMinor(from: "0.4.7")),
34
- .package(url: "https://github.com/web3swift-team/web3swift.git", .upToNextMinor(from: "3.3.2"))
+ .package(url: "https://github.com/web3swift-team/web3swift.git", .upToNextMinor(from: "3.2.2"))
35
36
targets: [
37
.target(
0 commit comments