From 4f385ebad909b764176656cb1644fdc2d16bfa23 Mon Sep 17 00:00:00 2001 From: rushmorem Date: Thu, 14 Nov 2024 00:03:37 +0000 Subject: [PATCH] chore: Release publicsuffix version 2.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1aa0140..3d5e50e 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.3" +version = "2.3.0" license = "MIT/Apache-2.0" repository = "https://github.com/rushmorem/publicsuffix" documentation = "https://docs.rs/publicsuffix"