Skip to content

Commit

Permalink
chore: bump sha3 to 0.10.4 (solana-labs#30491)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Feb 26, 2023
1 parent d197581 commit ccef90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_bytes = { workspace = true }
serde_derive = { workspace = true }
serde_json = { workspace = true }
sha2 = { workspace = true }
sha3 = "0.10.0"
sha3 = { workspace = true }
solana-frozen-abi = { workspace = true }
solana-frozen-abi-macro = { workspace = true }
solana-sdk-macro = { workspace = true }
Expand Down

0 comments on commit ccef90c

Please sign in to comment.