Skip to content

Commit

Permalink
build: fix CI errors due to incorrect MSRV (m4b#90)
Browse files Browse the repository at this point in the history
* Set minimum rust version to 1.63 due to rayon-core MSRV requirements, and add a matching `rust-version` in the Cargo.toml
  • Loading branch information
nyurik authored and Frostie314159 committed Nov 20, 2023
1 parent a058585 commit 15982d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ description = "A suite of powerful, extensible, generic, endian-aware Read/Write
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"]
rust-version = "1.63"

[dependencies]
scroll_derive = { version = "0.11", optional = true, path = "scroll_derive" }

[features]
default = ["std"]
std = []
derive = ["dep:scroll_derive"]

[dependencies]
scroll_derive = { version = "0.11", optional = true, path = "scroll_derive" }

[dev-dependencies]
rayon = "1"
byteorder = "1"

0 comments on commit 15982d5

Please sign in to comment.