Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Bump spl-memo and spl-token versions (#12914)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Oct 15, 2020
1 parent 688dd85 commit 489a7bb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 25 deletions.
44 changes: 23 additions & 21 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion account-decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ solana-config-program = { path = "../programs/config", version = "1.4.1" }
solana-sdk = { path = "../sdk", version = "1.4.1" }
solana-stake-program = { path = "../programs/stake", version = "1.4.1" }
solana-vote-program = { path = "../programs/vote", version = "1.4.1" }
spl-token-v2-0 = { package = "spl-token", version = "=2.0.6", features = ["skip-no-mangle"] }
spl-token-v2-0 = { package = "spl-token", version = "=2.0.8" }
thiserror = "1.0"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ solana-transaction-status = { path = "../transaction-status", version = "1.4.1"
solana-version = { path = "../version", version = "1.4.1" }
solana-vote-program = { path = "../programs/vote", version = "1.4.1" }
solana-vote-signer = { path = "../vote-signer", version = "1.4.1" }
spl-token-v2-0 = { package = "spl-token", version = "=2.0.6", features = ["skip-no-mangle"] }
spl-token-v2-0 = { package = "spl-token", version = "=2.0.8" }
tempfile = "3.1.0"
thiserror = "1.0"
tokio = { version = "0.2.22", features = ["full"] }
Expand Down
4 changes: 2 additions & 2 deletions transaction-status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ solana-sdk = { path = "../sdk", version = "1.4.1" }
solana-runtime = { path = "../runtime", version = "1.4.1" }
solana-stake-program = { path = "../programs/stake", version = "1.4.1" }
solana-vote-program = { path = "../programs/vote", version = "1.4.1" }
spl-memo-v1-0 = { package = "spl-memo", version = "=1.0.7", features = ["skip-no-mangle"] }
spl-token-v2-0 = { package = "spl-token", version = "=2.0.6", features = ["skip-no-mangle"] }
spl-memo-v1-0 = { package = "spl-memo", version = "=1.0.9" }
spl-token-v2-0 = { package = "spl-token", version = "=2.0.8" }
thiserror = "1.0"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 489a7bb

Please sign in to comment.