Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
Bump dependency versions as well while we're at it.

Signed-off-by: Christopher N. Hesse <[email protected]>
  • Loading branch information
raymanfx committed Oct 29, 2023
1 parent 27195c6 commit e5e52b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ffimage-yuv/Cargo.toml
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"
Expand Down
7 changes: 3 additions & 4 deletions ffimage/Cargo.toml
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"
Expand Down

0 comments on commit e5e52b8

Please sign in to comment.