fix common build

This commit is contained in:
Maximilian Schneider 2022-07-29 21:54:38 +02:00
parent 166d972222
commit 30486b2f22
2 changed files with 3 additions and 3 deletions

2
common/Cargo.lock generated
View File

@ -414,7 +414,7 @@ dependencies = [
"bs58 0.4.0",
"bytemuck",
"ed25519-dalek",
"rand 0.8.4",
"rand 0.7.3",
"serde_json",
"solana-client",
"solana-sdk",

View File

@ -10,11 +10,11 @@ solana-sdk = "^1.7.10"
spl-token = { version = "^3.2.0", features=["no-entrypoint"] }
anyhow = "^1.0.43"
solana-client = "^1.7.10"
rand = "0.8.4"
rand = "^0.7.0"
serde_json = "^1.0.66"
bs58 = "0.4.0"
bincode = "^1.3.1"
bytemuck = "^1.7.2"
tiny-bip39 = "0.8.0"
tiny-hderive = "0.3.0"
ed25519-dalek = "1.0.0-pre.4"
ed25519-dalek = "^1.0.0"