Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Switch reed-solomon-erasure from vendored to upstream (#9483)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun authored Apr 14, 2020
1 parent 68b099c commit 2d0224b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ num_cpus = "1.0.0"
rand = "0.6.5"
rand_chacha = "0.1.1"
rayon = "1.3.0"
reed-solomon-erasure = { package = "solana-reed-solomon-erasure", version = "4.0.1-3", features = ["simd-accel"] }
reed-solomon-erasure = { version = "4.0.2", features = ["simd-accel"] }
regex = "1.3.6"
serde = "1.0.106"
serde_bytes = "0.11.3"
Expand Down

0 comments on commit 2d0224b

Please sign in to comment.