From 3dbaa44789bce21afdabdf01a6b3761fe9fe997b Mon Sep 17 00:00:00 2001 From: Jialun Cai Date: Thu, 27 Nov 2025 10:43:01 +1100 Subject: [PATCH] Bump release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01e90e1..58e1921 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,7 +76,7 @@ dependencies = [ [[package]] name = "cidrs" -version = "0.2.0" +version = "0.2.1" dependencies = [ "criterion", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index fe8a7db..68d4364 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cidrs" description = "CIDR Library" -version = "0.2.0" +version = "0.2.1" authors = ["Jialun Cai "] keywords = ["Network", "IP", "CIDR"] homepage = "https://github.com/clnv/cidrs"