Skip to content

Commit

Permalink
wormhole-anchor-sdk 0.30.1-alpha.3
Browse files Browse the repository at this point in the history
fix bad refs

clean up Cargo.toml
  • Loading branch information
a5-pickle committed Nov 20, 2024
1 parent e6e777b commit 23690b5
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 215 deletions.
220 changes: 27 additions & 193 deletions svm/Cargo.lock

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

8 changes: 3 additions & 5 deletions svm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ incremental = false
codegen-units = 1

[workspace.dependencies]
anchor-lang = { version = "0.30.1", git = "https://github.com/coral-xyz/anchor/", rev = "06527e57c3e59683c36eb0a5c69ee669100b42e5", features = [
"init-if-needed", "event-cpi"
] }
anchor-lang = "0.30.1"
cfg-if = "1.0"
wormhole-solana-utils = "0.3.0-alpha.1"
wormhole-io = "0.1"
wormhole-anchor-sdk = { version = "0.30.1-alpha.1" }
wormhole-anchor-sdk = "0.30.1-alpha.3"
wormhole-solana-utils = "0.3.0-alpha.1"

[workspace.dependencies.universal-address]
# this should be a crate
Expand Down
Loading

0 comments on commit 23690b5

Please sign in to comment.