From 922b008bd0bf97df915a28895af701100c06a7cc Mon Sep 17 00:00:00 2001 From: Edgar Riba Date: Sun, 3 Jul 2022 01:25:04 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0f4cae8d..fb757eb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kornia_rs" -version = "0.0.2" +version = "0.0.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -25,4 +25,4 @@ harness = false [features] default = [] viz = [] -libjpeg-turbo = [] \ No newline at end of file +libjpeg-turbo = []