Remove blake3 from bpf program dependencies (#16506)

This commit is contained in:
Justin Starry
2021-04-13 18:06:05 +08:00
committed by GitHub
parent 37afa00ffb
commit f641429056
4 changed files with 8 additions and 7 deletions

View File

@ -17,7 +17,7 @@ codecov = { repository = "solana-labs/solana", branch = "master", service = "git
ahash = "0.6.1"
base64 = "0.12.3"
bincode = "1.3.1"
blake3 = "0.3.6"
blake3 = "0.3.7"
bv = { version = "0.11.1", features = ["serde"] }
bs58 = "0.3.1"
byteorder = "1.3.4"