From 9bccb84df0badb9b29efa8c1bea776d594497e01 Mon Sep 17 00:00:00 2001 From: Dominic Date: Tue, 7 Feb 2023 14:44:02 +0100 Subject: [PATCH] Release rlottie-sys 0.2.5 --- rlottie-sys/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rlottie-sys/Cargo.toml b/rlottie-sys/Cargo.toml index 6abb8a04..85bef4af 100644 --- a/rlottie-sys/Cargo.toml +++ b/rlottie-sys/Cargo.toml @@ -3,13 +3,13 @@ [package] workspace = ".." name = "rlottie-sys" -version = "0.2.4" # update doc url as well! +version = "0.2.5" # 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.4/rlottie-sys/" +documentation = "https://docs.msrd0.de/rlottie-sys/0.2.5/rlottie-sys/" edition = "2021" rust-version = "1.56"