Skip to content

Commit d512c9b

Browse files
committed
bump version
1 parent 48bd1dc commit d512c9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "generic-ip"
3-
version = "0.1.0-alpha.2"
3+
version = "0.1.0-alpha.3"
44
edition = "2021"
55
authors = ["Ben Maddison <benm@workonline.africa>"]
66
description = "IP address types for generic programming"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
//! filtered
193193
//! );
194194
//! ```
195-
#![doc(html_root_url = "https://docs.rs/generic-ip/0.1.0-alpha.2")]
195+
#![doc(html_root_url = "https://docs.rs/generic-ip/0.1.0-alpha.3")]
196196
// clippy lints
197197
#![warn(clippy::pedantic)]
198198
#![warn(clippy::cargo)]

0 commit comments

Comments
 (0)