From 3787f3ffec45ba6466cce1044cd10dbe6dde78ec Mon Sep 17 00:00:00 2001 From: rushmorem Date: Tue, 30 Mar 2021 16:24:37 +0200 Subject: [PATCH] (cargo-release) version 2.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9773c97..9ea0397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "publicsuffix" description = "A native library for Mozilla's Public Suffix List" -version = "2.1.0-alpha.0" +version = "2.1.0" license = "MIT/Apache-2.0" repository = "https://github.com/rushmorem/publicsuffix" documentation = "https://docs.rs/publicsuffix"