Skip to content

Commit 25d7bc3

Browse files
committed
Bump to rayon 0.8.
1 parent 3f6f8b7 commit 25d7bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jpeg-decoder"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
55
description = "JPEG decoder"
66
documentation = "https://docs.rs/jpeg-decoder"
@@ -12,7 +12,7 @@ exclude = ["tests/*"]
1212

1313
[dependencies]
1414
byteorder = "1.0"
15-
rayon = { version = "0.7", optional = true }
15+
rayon = { version = "0.8", optional = true }
1616

1717
[dev-dependencies]
1818
docopt = "0.7"

0 commit comments

Comments
 (0)