From 64e9d3b639da3f51ca9e2b65a3d5277d5b92d0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laignel?= Date: Wed, 24 Jul 2019 14:41:32 +0200 Subject: [PATCH] Update sub-crates versions for 0.6.0 release --- Cargo.lock | 18 +++++++++--------- media/Cargo.toml | 2 +- metadata/Cargo.toml | 2 +- renderers/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d42122..9c235f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,9 +672,9 @@ dependencies = [ "gtk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", - "media-toc-media 0.5.99", - "media-toc-metadata 0.5.99", - "media-toc-renderers 0.5.99", + "media-toc-media 0.6.0", + "media-toc-metadata 0.6.0", + "media-toc-renderers 0.6.0", "pango 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", @@ -684,7 +684,7 @@ dependencies = [ [[package]] name = "media-toc-media" -version = "0.5.99" +version = "0.6.0" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -694,14 +694,14 @@ dependencies = [ "gstreamer-audio 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", - "media-toc-metadata 0.5.99", + "media-toc-metadata 0.6.0", "sample 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "media-toc-metadata" -version = "0.5.99" +version = "0.6.0" dependencies = [ "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "gettext-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -716,15 +716,15 @@ dependencies = [ [[package]] name = "media-toc-renderers" -version = "0.5.99" +version = "0.6.0" dependencies = [ "cairo-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "gstreamer 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", - "media-toc-media 0.5.99", - "media-toc-metadata 0.5.99", + "media-toc-media 0.6.0", + "media-toc-metadata 0.6.0", "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/media/Cargo.toml b/media/Cargo.toml index 7b3a683..25d999f 100644 --- a/media/Cargo.toml +++ b/media/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["multimedia", "chapter", "table-of-contents", "gtk3", "gstreamer"] license = "MIT" name = "media-toc-media" repository = "https://github.com/fengalin/media-toc" -version = "0.5.99" +version = "0.6.0" [dependencies] byteorder = "1" diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 72e4c07..d16e747 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "media-toc-metadata" readme = "README.md" repository = "https://github.com/fengalin/media-toc" -version = "0.5.99" +version = "0.6.0" [dependencies] env_logger = "0.6" diff --git a/renderers/Cargo.toml b/renderers/Cargo.toml index 47dd9c7..683397d 100644 --- a/renderers/Cargo.toml +++ b/renderers/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "media-toc-renderers" readme = "README.md" repository = "https://github.com/fengalin/media-toc" -version = "0.5.99" +version = "0.6.0" [dependencies] cairo-rs = "0.7"