Skip to content

Commit

Permalink
fix: dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
TrGiLong committed Jan 23, 2024
1 parent a7106d2 commit 4f7ce6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Packages/KeyAppKit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/p2p-org/solana-swift", branch: "feature/token-2022-extension"),
.package(url: "https://github.com/p2p-org/solana-swift", branch: "feature/token-2022transferFeeConfig?.newerTransferFee.transferFeeBasisPoints"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMajor(from: "1.6.0")),
.package(url: "https://github.com/Boilertalk/Web3.swift.git", from: "0.6.0"),
// .package(url: "https://github.com/trustwallet/wallet-core", branch: "master"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/p2p-org/solana-swift",
"state" : {
"branch" : "feature/token-2022-extension",
"revision" : "68509d841afd6bb56e255ff37fb2198d3d05b2fc"
"branch" : "feature/token-2022",
"revision" : "e07298936cd1561a81ee84dad2ae2341c9112d41"
}
},
{
Expand Down

0 comments on commit 4f7ce6b

Please sign in to comment.