From e5e52b862792d54bd1098e374fc1ddc8966c82e0 Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Wed, 1 Feb 2023 14:43:23 +0100 Subject: [PATCH] Bump version to 0.10.0 Bump dependency versions as well while we're at it. Signed-off-by: Christopher N. Hesse --- ffimage-yuv/Cargo.toml | 8 ++++---- ffimage/Cargo.toml | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ffimage-yuv/Cargo.toml b/ffimage-yuv/Cargo.toml index 1b867b5..56518c6 100644 --- a/ffimage-yuv/Cargo.toml +++ b/ffimage-yuv/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ffimage_yuv" description = "YUV (aka YCbCr) pixel types for ffimage" -version = "0.9.0" +version = "0.10.0" authors = ["Christopher N. Hesse "] edition = "2018" license = "MIT" @@ -9,15 +9,15 @@ 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" diff --git a/ffimage/Cargo.toml b/ffimage/Cargo.toml index e6577a5..ba37107 100644 --- a/ffimage/Cargo.toml +++ b/ffimage/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ffimage" description = "Foreign function image handling" -version = "0.9.0" +version = "0.10.0" authors = ["Christopher N. Hesse "] edition = "2018" license = "MIT" @@ -9,12 +9,11 @@ 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"