Skip to content

Commit

Permalink
updates reed-solomon-erasure crate version to 6.0.0 (backport #28033) (
Browse files Browse the repository at this point in the history
…#28048)

* updates reed-solomon-erasure crate version to 6.0.0 (#28033)

Need to pick up:
rust-rse/reed-solomon-erasure#104
in order to unblock:
#27510

(cherry picked from commit f02fe9c)

# Conflicts:
#	ledger/Cargo.toml

* removes mergify merge conflicts

Co-authored-by: behzad nouri <behzadnouri@gmail.com>
  • Loading branch information
mergify[bot] and behzadnouri committed Sep 24, 2022
1 parent 1a01f33 commit 24f101d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
11 changes: 6 additions & 5 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 @@ -30,7 +30,7 @@ prost = "0.11.0"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.3"
reed-solomon-erasure = { version = "5.0.3", features = ["simd-accel"] }
reed-solomon-erasure = { version = "6.0.0", features = ["simd-accel"] }
serde = "1.0.138"
serde_bytes = "0.11.6"
sha2 = "0.10.2"
Expand Down
11 changes: 6 additions & 5 deletions programs/bpf/Cargo.lock

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

0 comments on commit 24f101d

Please sign in to comment.