File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## v0.1.13 (2017-06-14)
6
+ - Updated ` rayon ` to 0.8.
7
+
5
8
## v0.1.12 (2017-04-07)
6
9
- Fixed an integer overflow in ` derive_huffman_codes ` .
7
10
- Updated ` rayon ` to 0.7.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jpeg-decoder"
3
- version = " 0.1.12 "
3
+ version = " 0.1.13 "
4
4
authors = [" Ulf Nilsson <kaksmet@gmail.com>" ]
5
5
description = " JPEG decoder"
6
6
documentation = " https://docs.rs/jpeg-decoder"
@@ -12,7 +12,7 @@ exclude = ["tests/*"]
12
12
13
13
[dependencies ]
14
14
byteorder = " 1.0"
15
- rayon = { version = " 0.7 " , optional = true }
15
+ rayon = { version = " 0.8 " , optional = true }
16
16
17
17
[dev-dependencies ]
18
18
docopt = " 0.7"
You can’t perform that action at this time.
0 commit comments