From 0d224e382539d671520dc9537a8c3b8b55b1a5e0 Mon Sep 17 00:00:00 2001 From: rushmorem Date: Wed, 10 Aug 2022 18:52:38 +0200 Subject: [PATCH] (cargo-release) version 2.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20aeeba..8173616 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "publicsuffix" description = "Extract root domain and suffix from a domain name" -version = "2.2.1" +version = "2.2.2" license = "MIT/Apache-2.0" repository = "https://github.com/rushmorem/publicsuffix" documentation = "https://docs.rs/publicsuffix"