Skip to content

Commit

Permalink
solana: uptick to solana 1.14.22; fix Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
a5-pickle committed Aug 4, 2023
1 parent 242b909 commit c86b26d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
29 changes: 15 additions & 14 deletions cross-chain/solana/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cross-chain/solana/programs/tbtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ no-log-ix-name = []
cpi = ["no-entrypoint"]

[dependencies]
anchor-lang = { version = "=0.28.0", features = ["derive", "init-if-needed"] }
anchor-spl = { version = "=0.28.0", features = ["metadata"] }
anchor-lang = { version = "0.28.0", features = ["derive", "init-if-needed"] }
anchor-spl = { version = "0.28.0", features = ["metadata"] }

solana-program = "1.14.20"
solana-program = "=1.14"

mpl-token-metadata = "1.13.1"
4 changes: 3 additions & 1 deletion cross-chain/solana/programs/wormhole-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ no-log-ix-name = []
cpi = ["no-entrypoint"]

[dependencies]
wormhole-anchor-sdk = { version = "0.1.0-alpha.1", features = ["token-bridge"], default-features = false }

anchor-lang = { version = "0.28.0", features = ["init-if-needed"]}
anchor-spl = "0.28.0"

wormhole-anchor-sdk = { version = "0.1.0-alpha.1", features = ["token-bridge"], default-features = false }
solana-program = "=1.14"

tbtc = { path = "../tbtc", features = ["cpi"] }

0 comments on commit c86b26d

Please sign in to comment.