From 028700b58827de651c90690ca1f011ffcf000350 Mon Sep 17 00:00:00 2001 From: William Batista Date: Tue, 16 Feb 2021 16:08:44 -0500 Subject: [PATCH] v1.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1396a0c..b871ecb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magnet-url" -version = "1.0.2" +version = "1.0.3" authors = ["William Batista "] license-file = "LICENSE.md" description = "A simple, hackable magnet url parser in Rust"