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 6812b4c commit 9603e2bCopy full SHA for 9603e2b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "postgres-inet"
3
-version = "0.15.1" # remember to update docroot
+version = "0.15.2" # remember to update docroot
4
authors = ["Nuew <[email protected]>"]
5
license = "Apache-2.0"
6
description = "(Unofficial) Cidr and Inet support for rust-postgres"
src/lib.rs
@@ -21,7 +21,7 @@
21
//!
22
//! [1]: https://crates.io/crates/postgres
23
//! [2]: https://github.com/sfackler
24
-#![doc(html_root_url = "https://docs.rs/postgres-inet/0.15.1")]
+#![doc(html_root_url = "https://docs.rs/postgres-inet/0.15.2")]
25
#![deny(
26
missing_copy_implementations,
27
missing_debug_implementations,
0 commit comments