From e6f5bf40728ec9ff7ac2a7acfea83203c6bd3beb Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:05:57 +0600 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e765f99..02bbba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resvg_py" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ['baseplate-admin'] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -26,4 +26,4 @@ panic = "abort" codegen-units = 1 lto = "fat" opt-level ='z' -strip = true \ No newline at end of file +strip = true