File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-protocol"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
description = " Low level Postgres protocol APIs"
6
6
license = " MIT/Apache-2.0"
7
7
repository = " https://github.com/sfackler/rust-postgres-protocol"
8
- documentation = " https://docs.rs/postgres-protocol/0.2.1 /postgres_protocol"
9
- readme = " README.md"
8
+ documentation = " https://docs.rs/postgres-protocol/0.2.2 /postgres_protocol"
9
+ readme = " ../ README.md"
10
10
11
11
[dependencies ]
12
12
byteorder = " 1.0"
Original file line number Diff line number Diff line change 9
9
//!
10
10
//! This library assumes that the `client_encoding` backend parameter has been
11
11
//! 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.2.1 " ) ]
12
+ #![ doc( html_root_url="https://docs.rs/postgres-protocol/0.2.2 " ) ]
13
13
#![ warn( missing_docs) ]
14
14
extern crate byteorder;
15
15
extern crate fallible_iterator;
You can’t perform that action at this time.
0 commit comments