Skip to content

Commit c60a901

Browse files
committed
Bump version to 0.15.1
Additionally, update the pulled version of ip_network
1 parent 7fd7457 commit c60a901

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Cargo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
[package]
22
name = "postgres-inet"
3-
version = "0.15.0" # remember to update docroot
3+
version = "0.15.1" # remember to update docroot
44
authors = ["Nuew <[email protected]>"]
55
license = "Apache-2.0"
6-
description = "Cidr and Inet support for postgres (unofficial)"
6+
description = "(Unofficial) Cidr and Inet support for rust-postgres"
77
repository = "https://github.com/nuew/postgres-inet"
88
documentation = "https://docs.rs/postgres-inet"
99
readme = "README.md"
10-
keywords = ["database", "postgres", "postgresql", "sql"]
10+
keywords = ["database", "network", "postgres", "postgresql", "sql"]
11+
categories = ["database", "network-programming"]
1112

1213
[badges]
1314
travis-ci = { repository = "nuew/postgres-inet", branch = "master" }
15+
maintenance = { status = "passively-maintained" }
1416

1517
[dependencies]
16-
ipnetwork = { version = "0.12", optional = true }
18+
ipnetwork = { version = "0.13", optional = true }
1719
postgres = "0.15"

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.0")]
24+
#![doc(html_root_url = "https://docs.rs/postgres-inet/0.15.1")]
2525
#![deny(
2626
missing_copy_implementations, missing_debug_implementations, missing_docs, trivial_casts,
2727
trivial_numeric_casts, unsafe_code, unstable_features, unused_extern_crates,

0 commit comments

Comments
 (0)