From f163b16eeea7ce8af480dc75b1e1f112abd6b16a Mon Sep 17 00:00:00 2001 From: krisprice Date: Sun, 11 Dec 2022 10:32:35 -0800 Subject: [PATCH] Increment version --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 17c9145..47a9ed6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/ipnet/2.6.0")] +#![doc(html_root_url = "https://docs.rs/ipnet/2.7.0")] //! Types for IPv4 and IPv6 network addresses. //! //! This module provides types and useful methods for working with IPv4