File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-protocol"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
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.3.0/postgres_protocol"
9
8
readme = " ../README.md"
10
9
11
10
[dependencies ]
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.3.0 " ) ]
12
+ #![ doc( html_root_url="https://docs.rs/postgres-protocol/0.3" ) ]
13
13
#![ warn( missing_docs) ]
14
14
extern crate base64;
15
15
extern crate byteorder;
You can’t perform that action at this time.
0 commit comments