Skip to content

Commit 5cab4ca

Browse files
build(deps): bump spl-token-2022 from 8.0.1 to 9.0.0 (#88)
Bumps [spl-token-2022](https://github.com/solana-program/token-2022) from 8.0.1 to 9.0.0. - [Release notes](https://github.com/solana-program/token-2022/releases) - [Commits](https://github.com/solana-program/token-2022/compare/program@v8.0.1...program@v9.0.0) --- updated-dependencies: - dependency-name: spl-token-2022 dependency-version: 9.0.0 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 c384a7e commit 5cab4ca

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Cargo.lock

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

generic-token-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition = "2021"
1515
rand = "0.9.1"
1616
spl-generic-token = { path = "../generic-token" }
1717
spl-token = "8.0.0"
18-
spl-token-2022 = "8.0.0"
18+
spl-token-2022 = "9.0.0"
1919
solana-pubkey = { version = "2.2.1", features = [
2020
"rand",
2121
] }

0 commit comments

Comments
 (0)