Skip to content

Commit a57b90c

Browse files
Publish solana-vote-interface v4.0.0
1 parent b874a09 commit a57b90c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ solana-time-utils = { path = "time-utils", version = "3.0.0" }
306306
solana-transaction = { path = "transaction", version = "3.0.0" }
307307
solana-transaction-error = { path = "transaction-error", version = "3.0.0" }
308308
solana-validator-exit = { path = "validator-exit", version = "3.0.0" }
309-
solana-vote-interface = { path = "vote-interface", version = "3.0.0" }
309+
solana-vote-interface = { path = "vote-interface", version = "4.0.0" }
310310
static_assertions = "1.1.0"
311311
strum = "0.24"
312312
strum_macros = "0.24"

vote-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "solana-vote-interface"
33
description = "Solana vote interface."
44
documentation = "https://docs.rs/solana-vote-interface"
5-
version = "3.0.0"
5+
version = "4.0.0"
66
rust-version = "1.81.0"
77
authors = { workspace = true }
88
repository = { workspace = true }

0 commit comments

Comments
 (0)