Skip to content

Commit 9603e2b

Browse files
committed
Bump version to 0.15.2
1 parent 6812b4c commit 9603e2b

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 = "postgres-inet"
3-
version = "0.15.1" # remember to update docroot
3+
version = "0.15.2" # remember to update docroot
44
authors = ["Nuew <[email protected]>"]
55
license = "Apache-2.0"
66
description = "(Unofficial) Cidr and Inet support for rust-postgres"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//!
2222
//! [1]: https://crates.io/crates/postgres
2323
//! [2]: https://github.com/sfackler
24-
#![doc(html_root_url = "https://docs.rs/postgres-inet/0.15.1")]
24+
#![doc(html_root_url = "https://docs.rs/postgres-inet/0.15.2")]
2525
#![deny(
2626
missing_copy_implementations,
2727
missing_debug_implementations,

0 commit comments

Comments
 (0)