-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump dependency versions as well while we're at it. Signed-off-by: Christopher N. Hesse <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
[package] | ||
name = "ffimage_yuv" | ||
description = "YUV (aka YCbCr) pixel types for ffimage" | ||
version = "0.9.0" | ||
version = "0.10.0" | ||
authors = ["Christopher N. Hesse <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
readme = "README.md" | ||
repository= "https://github.com/raymanfx/ffimage" | ||
|
||
[dependencies.ffimage] | ||
version = "0.9" | ||
version = "0.10" | ||
default-features = false | ||
path = "../ffimage" | ||
|
||
[dependencies] | ||
num-traits = "0.2.14" | ||
num-traits = "0.2.15" | ||
|
||
[dev-dependencies] | ||
criterion = "0.3.4" | ||
criterion = "0.4.0" | ||
|
||
[[bench]] | ||
name = "bench_main" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
[package] | ||
name = "ffimage" | ||
description = "Foreign function image handling" | ||
version = "0.9.0" | ||
version = "0.10.0" | ||
authors = ["Christopher N. Hesse <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
readme = "README.md" | ||
repository= "https://github.com/raymanfx/ffimage" | ||
|
||
[dependencies] | ||
cfg-if = "1.0.0" | ||
num = "0.4.0" | ||
num-traits = "0.2.14" | ||
num-traits = "0.2.15" | ||
|
||
[dev-dependencies] | ||
criterion = "0.3.4" | ||
criterion = "0.4.0" | ||
|
||
[[bench]] | ||
name = "bench_main" | ||
|