From 68f1aa8d0c46412fef2cc80b95fc96f1d34ad6ed Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 13 Feb 2023 12:55:01 +0100 Subject: [PATCH] Release rlottie-sys 0.2.6 --- 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 509f3857..ca1aa61d 100644 --- a/rlottie-sys/Cargo.toml +++ b/rlottie-sys/Cargo.toml @@ -3,13 +3,13 @@ [package] workspace = ".." name = "rlottie-sys" -version = "0.2.5" # update doc url as well! +version = "0.2.6" # 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.5/rlottie-sys/" +documentation = "https://docs.msrd0.de/rlottie-sys/0.2.6/rlottie-sys/" edition = "2021" rust-version = "1.56"