From c473a943c7f54f0d42200f9490edba7ef471c8d5 Mon Sep 17 00:00:00 2001 From: krisprice Date: Sun, 11 Dec 2022 10:32:09 -0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 321b703..38ed063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnet" -version = "2.6.0" # Remember to update html_root_url +version = "2.7.0" # Remember to update html_root_url authors = ["Kris Price "] description = "Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain." license = "MIT OR Apache-2.0"