We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bd1dc commit d512c9bCopy full SHA for d512c9b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "generic-ip"
3
-version = "0.1.0-alpha.2"
+version = "0.1.0-alpha.3"
4
edition = "2021"
5
authors = ["Ben Maddison <benm@workonline.africa>"]
6
description = "IP address types for generic programming"
src/lib.rs
@@ -192,7 +192,7 @@
192
//! filtered
193
//! );
194
//! ```
195
-#![doc(html_root_url = "https://docs.rs/generic-ip/0.1.0-alpha.2")]
+#![doc(html_root_url = "https://docs.rs/generic-ip/0.1.0-alpha.3")]
196
// clippy lints
197
#![warn(clippy::pedantic)]
198
#![warn(clippy::cargo)]
0 commit comments