Skip to content

Commit d8058bc

Browse files
Publish solana-hash v4.0.0
1 parent 44385d6 commit d8058bc

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
@@ -250,7 +250,7 @@ solana-frozen-abi = { path = "frozen-abi", version = "3.0.0" }
250250
solana-frozen-abi-macro = { path = "frozen-abi-macro", version = "3.0.1" }
251251
solana-genesis-config = { path = "genesis-config", version = "3.0.0" }
252252
solana-hard-forks = { path = "hard-forks", version = "3.0.0", default-features = false }
253-
solana-hash = { path = "hash", version = "3.0.0", default-features = false }
253+
solana-hash = { path = "hash", version = "4.0.0", default-features = false }
254254
solana-inflation = { path = "inflation", version = "3.0.0" }
255255
solana-instruction = { path = "instruction", version = "3.0.0", default-features = false }
256256
solana-instruction-error = { path = "instruction-error", version = "2.0.0" }

hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "solana-hash"
33
description = "Solana wrapper for the 32-byte output of a hashing algorithm."
44
documentation = "https://docs.rs/solana-hash"
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)