Skip to content

Commit ece3674

Browse files
build(deps): bump spl-pod from 0.7.1 to 0.8.0 (#596)
Bumps [spl-pod](https://github.com/solana-program/libraries) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/solana-program/libraries/releases) - [Commits](https://github.com/solana-program/libraries/compare/pod@v0.7.1...pod@v0.8.0) --- updated-dependencies: - dependency-name: spl-pod dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0a0c18 commit ece3674

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

Cargo.lock

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

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ solana-stake-interface = { version = "2.0.0", features = ["bincode", "borsh"] }
3939
solana-sysvar-id = "3.0.0"
4040
solana-sysvar = { version = "4.0.0", features = ["bincode"] }
4141
solana-system-interface = { version = "3.1.0", features = ["bincode"] }
42-
spl-pod = { version = "0.7.1", features = [
42+
spl-pod = { version = "0.8.0", features = [
4343
"borsh",
4444
] }
4545
spl-token-2022-interface = "2.1.0"

0 commit comments

Comments
 (0)