File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,3 @@ before_script:
10
10
script :
11
11
- cargo test
12
12
- cargo test --features "uuid rustc-serialize time unix_socket serde chrono openssl"
13
- - cargo doc --no-deps --features "uuid rustc-serialize time unix_socket serde chrono openssl"
14
- after_success :
15
- - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test $TRAVIS_RUST_VERSION == "stable" && ./.travis/update_docs.sh
16
- env :
17
- global :
18
- secure : cZEcWfKI7Pml5og9o1zBMYhbj20Pa22kYVDTDEHqvOoe0kq1cnB5sTH7P0FUgiPq2Ax4B8eQIaC30yvFJ02R7kmTys4aQD98NyCyzdO+dqYi93C9PFYGhl/DKsb4iZ2VP+8LffYSwRGsNSzE9Fj9SFRMIOjHN+UfaVHXaUVjE7Y=
Original file line number Diff line number Diff line change 1
1
# Rust-Postgres
2
2
A native PostgreSQL driver for Rust.
3
3
4
- Documentation is available at https://sfackler.github.io/rust-postgres/doc/master/postgres
4
+ Documentation is available at https://sfackler.github.io/rust-postgres/doc/master/v0.8.9/ postgres
5
5
6
6
[ ![ Build Status] ( https://travis-ci.org/sfackler/rust-postgres.png?branch=master )] ( https://travis-ci.org/sfackler/rust-postgres ) [ ![ Latest Version] ( https://img.shields.io/crates/v/postgres.svg )] ( https://crates.io/crates/postgres )
7
7
Original file line number Diff line number Diff line change 42
42
//! }
43
43
//! }
44
44
//! ```
45
- #![ doc( html_root_url="https://sfackler.github.io/rust-postgres/doc/master " ) ]
45
+ #![ doc( html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.8.9 " ) ]
46
46
#![ warn( missing_docs) ]
47
47
48
48
extern crate bufstream;
You can’t perform that action at this time.
0 commit comments