mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-03 23:26:47 +00:00
no-std keccak
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -1338,6 +1338,7 @@ dependencies = [
|
||||
"ore-api 3.7.0",
|
||||
"ore-boost-api",
|
||||
"rand 0.8.5",
|
||||
"solana-nostd-keccak",
|
||||
"solana-program",
|
||||
"spl-associated-token-account",
|
||||
"spl-token 4.0.2",
|
||||
@@ -1973,6 +1974,15 @@ version = "2.1.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "49f626d3d461a623d7f8131fc4eedaed186e0f63c6f388b5ca782cdfcc8326e0"
|
||||
|
||||
[[package]]
|
||||
name = "solana-nostd-keccak"
|
||||
version = "0.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d8ced70920435b1baa58f76e6f84bbc1110ddd1d6161ec76b6d731ae8431e9c4"
|
||||
dependencies = [
|
||||
"sha3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "solana-packet"
|
||||
version = "2.1.15"
|
||||
|
||||
Reference in New Issue
Block a user