From 1b247bb90caedbc559580ba3e5aac617c61759ab Mon Sep 17 00:00:00 2001 From: Dominic Date: Fri, 4 Nov 2022 21:56:30 +0100 Subject: [PATCH] Release rlottie 0.5.2 and lottieconv 0.2.2 --- lottieconv/Cargo.toml | 6 +++--- rlottie-sys/Cargo.toml | 4 ++-- rlottie/Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lottieconv/Cargo.toml b/lottieconv/Cargo.toml index a0732dad..bbbcdb2d 100644 --- a/lottieconv/Cargo.toml +++ b/lottieconv/Cargo.toml @@ -3,14 +3,14 @@ [package] workspace = ".." name = "lottieconv" -version = "0.2.1" +version = "0.2.2" # update doc url as well! license = "MIT" include = ["src/**/*.rs", "bin/*.rs", "/LICENSE", "/README.md"] description = "Convert lottie files to WEBP or GIF" keywords = ["lottie", "webp", "gif", "convert"] repository = "https://github.com/msrd0/rlottie-rs" -documentation = "https://docs.msrd0.de/lottieconv/0.2.1/lottieconv/" +documentation = "https://docs.msrd0.de/lottieconv/0.2.2/lottieconv/" edition = "2021" rust-version = "1.60" @@ -36,5 +36,5 @@ webp = ["dep:webp-animation"] clap = { version = "4.0", features = ["derive"], optional = true } gif_crate = { package = "gif", version = "0.11.3", optional = true } rgb = { version = "0.8.32", default-features = false } -rlottie = { path = "../rlottie", version = "0.5" } +rlottie = { path = "../rlottie", version = "0.5.2" } webp-animation = { version = "0.7", optional = true } diff --git a/rlottie-sys/Cargo.toml b/rlottie-sys/Cargo.toml index bfd49283..16b8af83 100644 --- a/rlottie-sys/Cargo.toml +++ b/rlottie-sys/Cargo.toml @@ -3,13 +3,13 @@ [package] workspace = ".." name = "rlottie-sys" -version = "0.2.4" +version = "0.2.4" # update doc url as well! license = "MIT" include = ["src/**/*.rs", "/build.rs", "/wrapper.h", "/LICENSE"] description = "A platform independent standalone library that plays Lottie Animation" repository = "https://github.com/msrd0/rlottie-rs" -documentation = "https://docs.msrd0.de/rlottie-sys/0.2.3/rlottie-sys/" +documentation = "https://docs.msrd0.de/rlottie-sys/0.2.4/rlottie-sys/" edition = "2021" rust-version = "1.56" diff --git a/rlottie/Cargo.toml b/rlottie/Cargo.toml index e845528d..4c787ea8 100644 --- a/rlottie/Cargo.toml +++ b/rlottie/Cargo.toml @@ -3,13 +3,13 @@ [package] workspace = ".." name = "rlottie" -version = "0.5.1" +version = "0.5.2" # update doc url as well! license = "MIT" include = ["build.rs", "src/**/*.rs", "/LICENSE"] description = "A platform independent standalone library that plays Lottie Animation" repository = "https://github.com/msrd0/rlottie-rs" -documentation = "https://docs.msrd0.de/rlottie/0.5.1/rlottie/" +documentation = "https://docs.msrd0.de/rlottie/0.5.2/rlottie/" edition = "2021" rust-version = "1.60"