From ba76f37251841548bdb082f17b9582886d3f19c1 Mon Sep 17 00:00:00 2001 From: rushmorem Date: Mon, 2 Jan 2017 08:39:02 +0200 Subject: [PATCH] Release v1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3bbcf5b..08e5bf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "publicsuffix" description = "A robust and reliable library for parsing domain names" -version = "1.0.0" +version = "1.0.1" license = "MIT/Apache-2.0" repository = "https://github.com/rushmorem/publicsuffix" documentation = "https://docs.rs/publicsuffix"