Skip to content

Commit a14066c

Browse files
interruptinuse197g
authored andcommitted
Bump rayon: 1.0 -> 1.1.0
This fixes errors when building jpeg-decoder with minimal dependency versions: cargo hack --remove-dev-deps --workspace cargo +nightly update -Z minimal-versions cargo +1.48.0 check rayon v1.1.0 is the first (minimal) version that builds with Rust 1.48.0.
1 parent 66f31fd commit a14066c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude = ["tests/*"]
1212
edition = "2018"
1313

1414
[dependencies]
15-
rayon = { version = "1.0", optional = true }
15+
rayon = { version = "1.1.0", optional = true }
1616

1717
[dev-dependencies]
1818
png = "0.16"

0 commit comments

Comments
 (0)