Skip to content

Commit 2f8d663

Browse files
build(deps): bump spl-token-interface from 1.0.0 to 2.0.0
Bumps [spl-token-interface](https://github.com/solana-program/token) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/solana-program/token/releases) - [Commits](https://github.com/solana-program/token/compare/[email protected]@v2.0.0) --- updated-dependencies: - dependency-name: spl-token-interface dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f1ec70 commit 2f8d663

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

Cargo.lock

Lines changed: 19 additions & 10 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
@@ -14,7 +14,7 @@ edition = "2021"
1414
[dev-dependencies]
1515
rand = "0.9.2"
1616
spl-generic-token = { path = "../generic-token" }
17-
spl-token-interface = "1.0.0"
17+
spl-token-interface = "2.0.0"
1818
spl-token-2022-interface = "1.0.0"
1919
solana-program-pack = "2.2.1"
2020
solana-pubkey = { version = "2.2.1", features = [

0 commit comments

Comments
 (0)