Skip to content

Commit 752cb0d

Browse files
build(deps): bump spl-token from 7.0.0 to 8.0.0 (#178)
Bumps [spl-token](https://github.com/solana-program/token) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/solana-program/token/releases) - [Commits](https://github.com/solana-program/token/compare/program@v7.0.0...program@v8.0.0) --- updated-dependencies: - dependency-name: spl-token dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c940d28 commit 752cb0d

File tree

3 files changed

+37
-9
lines changed

3 files changed

+37
-9
lines changed

Cargo.lock

Lines changed: 35 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spl-associated-token-account-client = { version = "=2.0.0" }
3030
spl-stake-pool = { version = "=2.0.1", path = "../../program", features = [
3131
"no-entrypoint",
3232
] }
33-
spl-token = { version = "=7.0", features = [
33+
spl-token = { version = "=8.0", features = [
3434
"no-entrypoint",
3535
] }
3636
bs58 = "0.5.1"

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ proptest = "1.6"
3737
solana-program-test = "2.2.0"
3838
solana-sdk = "2.2.1"
3939
solana-vote-program = "2.2.0"
40-
spl-token = { version = "7.0", features = [
40+
spl-token = { version = "8.0", features = [
4141
"no-entrypoint",
4242
] }
4343
test-case = "3.3"

0 commit comments

Comments
 (0)