From 3ac2718c9839ffcc563aa9c81f5467da0778fdba Mon Sep 17 00:00:00 2001 From: Dominic Date: Wed, 13 Sep 2023 10:09:43 +0200 Subject: [PATCH] Release rlottie-sys 0.2.9 --- 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 9837363..91a1726 100644 --- a/rlottie-sys/Cargo.toml +++ b/rlottie-sys/Cargo.toml @@ -3,13 +3,13 @@ [package] workspace = ".." name = "rlottie-sys" -version = "0.2.8" # update doc url as well! +version = "0.2.9" # 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.8/rlottie_sys/" +documentation = "https://docs.msrd0.de/rlottie-sys/0.2.9/rlottie_sys/" edition = "2021" rust-version = "1.56"