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"