From cc70f041d92c13ac250278f0da1a4f25d63c1854 Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 17 Apr 2023 18:42:22 +0200 Subject: [PATCH] Release rlottie-sys 0.2.7 --- 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 cd9b967a..de6d2055 100644 --- a/rlottie-sys/Cargo.toml +++ b/rlottie-sys/Cargo.toml @@ -3,13 +3,13 @@ [package] workspace = ".." name = "rlottie-sys" -version = "0.2.6" # update doc url as well! +version = "0.2.7" # 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.6/rlottie_sys/" +documentation = "https://docs.msrd0.de/rlottie-sys/0.2.7/rlottie_sys/" edition = "2021" rust-version = "1.56"