Skip to content

Commit

Permalink
Release postgres-protocol v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jun 11, 2017
1 parent e83473e commit 6cf1eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions postgres-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "postgres-protocol"
version = "0.2.2"
version = "0.3.0"
authors = ["Steven Fackler <[email protected]>"]
description = "Low level Postgres protocol APIs"
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/rust-postgres-protocol"
documentation = "https://docs.rs/postgres-protocol/0.2.2/postgres_protocol"
documentation = "https://docs.rs/postgres-protocol/0.3.0/postgres_protocol"
readme = "../README.md"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion postgres-protocol/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//!
//! This library assumes that the `client_encoding` backend parameter has been
//! set to `UTF8`. It will most likely not behave properly if that is not the case.
#![doc(html_root_url="https://docs.rs/postgres-protocol/0.2.2")]
#![doc(html_root_url="https://docs.rs/postgres-protocol/0.3.0")]
#![warn(missing_docs)]
extern crate base64;
extern crate byteorder;
Expand Down

0 comments on commit 6cf1eeb

Please sign in to comment.