Skip to content

Commit

Permalink
spl: Upgrade all crates to v2-only versions (anza-xyz#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Jun 26, 2024
1 parent 2b88299 commit 6aee845
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 58 deletions.
53 changes: 27 additions & 26 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -411,14 +411,14 @@ solana-zk-sdk = { path = "zk-sdk", version = "=2.1.0" }
solana-zk-token-proof-program = { path = "programs/zk-token-proof", version = "=2.1.0" }
solana-zk-token-sdk = { path = "zk-token-sdk", version = "=2.1.0" }
solana_rbpf = "=0.8.1"
spl-associated-token-account = "=3.0.2"
spl-instruction-padding = "0.1"
spl-memo = "=4.0.1"
spl-pod = "=0.2.2"
spl-token = "=4.0.1"
spl-token-2022 = "=3.0.2"
spl-token-group-interface = "=0.2.3"
spl-token-metadata-interface = "=0.3.3"
spl-associated-token-account = "=4.0.0"
spl-instruction-padding = "0.2"
spl-memo = "=5.0.0"
spl-pod = "=0.3.0"
spl-token = "=6.0.0"
spl-token-2022 = "=4.0.0"
spl-token-group-interface = "=0.3.0"
spl-token-metadata-interface = "=0.4.0"
static_assertions = "1.1.0"
stream-cancel = "0.8.2"
strum = "0.24"
Expand Down
49 changes: 25 additions & 24 deletions programs/sbf/Cargo.lock

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

0 comments on commit 6aee845

Please sign in to comment.