Skip to content

Commit

Permalink
Specify Minimum Supported Rust Version (MSRV). Required for slice_fla…
Browse files Browse the repository at this point in the history
…tten (#95629)
  • Loading branch information
AndersTrier committed Jul 28, 2024
1 parent be51a92 commit 09df84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repository = "https://github.com/AndersTrier/reed-solomon-simd"
keywords = [ "erasure", "reed-solomon", "Leopard-RS" ]
categories = [ "algorithms", "encoding" ]
edition = "2021"
rust-version = "1.80"

include = [
"/benches",
Expand Down

0 comments on commit 09df84e

Please sign in to comment.