Skip to content

Commit eaab86f

Browse files
committed
Release postgres-protocol 0.3.1
1 parent c3062b3 commit eaab86f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

postgres-protocol/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[package]
22
name = "postgres-protocol"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
description = "Low level Postgres protocol APIs"
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/sfackler/rust-postgres-protocol"
8-
documentation = "https://docs.rs/postgres-protocol/0.3.0/postgres_protocol"
98
readme = "../README.md"
109

1110
[dependencies]

postgres-protocol/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//!
1010
//! This library assumes that the `client_encoding` backend parameter has been
1111
//! set to `UTF8`. It will most likely not behave properly if that is not the case.
12-
#![doc(html_root_url="https://docs.rs/postgres-protocol/0.3.0")]
12+
#![doc(html_root_url="https://docs.rs/postgres-protocol/0.3")]
1313
#![warn(missing_docs)]
1414
extern crate base64;
1515
extern crate byteorder;

0 commit comments

Comments
 (0)