From 69ef3cd675600523e20357fcf60d9a5ba34cd301 Mon Sep 17 00:00:00 2001 From: William Batista Date: Wed, 17 Feb 2021 16:47:48 -0500 Subject: [PATCH] v1.1.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fc4e345..a17cbe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magnet-url" -version = "1.1.0" +version = "1.1.1" authors = ["William Batista "] license = "MIT" description = "A simple, hackable magnet url parser in Rust" @@ -30,4 +30,4 @@ codegen-units = 1 [profile.release] opt-level = 3 lto = "fat" -codegen-units = 1 \ No newline at end of file +codegen-units = 1