From 8abfc211ff231874e4cbba4248d7a5d305d2c2bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Nov 2024 01:52:17 +0000 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a06d5dd..b7e2aeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "psl" description = "Extract root domain and suffix from a domain name" -version = "2.1.62" +version = "2.1.63" license = "MIT/Apache-2.0" repository = "https://github.com/addr-rs/psl" documentation = "https://docs.rs/psl"