File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " postgres-protocol"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55description = " Low level Postgres protocol APIs"
66license = " MIT/Apache-2.0"
77repository = " https://github.com/sfackler/rust-postgres-protocol"
8- documentation = " https://sfackler.github.io/rust- postgres-protocol/doc/v0.1.1 /postgres_protocol"
8+ documentation = " https://docs.rs/ postgres-protocol/0.2.0 /postgres_protocol"
99readme = " README.md"
1010
1111[dependencies ]
Original file line number Diff line number Diff line change 11# postgres-protocol
22
3- [ Documentation] ( https://sfackler.github.io/rust- postgres-protocol/doc/v0.1.1 /postgres_protocol )
3+ [ Documentation] ( https://docs.rs/ postgres-protocol/0.2.0 /postgres_protocol )
44
55[ ![ Build Status] ( https://travis-ci.org/sfackler/rust-postgres-protocol.png?branch=master )] ( https://travis-ci.org/sfackler/rust-postgres-protocol ) [ ![ Latest Version] ( https://img.shields.io/crates/v/postgres-protocol.svg )] ( https://crates.io/crates/postgres-protocol )
66
Original file line number Diff line number Diff line change 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://sfackler.github.io/rust- postgres-protocol/doc/v0.1.1 " ) ]
12+ #![ doc( html_root_url="https://docs.rs/ postgres-protocol/0.2.0 " ) ]
1313#![ warn( missing_docs) ]
1414extern crate byteorder;
1515extern crate fallible_iterator;
You can’t perform that action at this time.
0 commit comments