Skip to content

Commit a177a68

Browse files
chore: Release
1 parent 86d2d27 commit a177a68

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solana-stake-interface"
3-
version = "3.1.0"
3+
version = "4.0.0"
44
description = "Instructions and constructors for the Stake program"
55
readme = "README.md"
66
authors = { workspace = true }

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ solana-program-error = "3.0.1"
2020
solana-pubkey = "4.2.0"
2121
solana-rent = "3.0.0"
2222
solana-security-txt = "1.1.2"
23-
solana-stake-interface = { path = "../interface", version = "3.1.0", features = ["bincode", "borsh", "sysvar"] }
23+
solana-stake-interface = { path = "../interface", version = "4.0.0", features = ["bincode", "borsh", "sysvar"] }
2424
solana-sysvar = "3.0.0"
2525
solana-sysvar-id = "3.1.0"
2626
solana-vote-interface = { version = "5.0.0", features = ["bincode"] }

0 commit comments

Comments
 (0)