File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tokio-postgres"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " MIT"
6
6
description = " A native PostgreSQL driver using Tokio"
7
7
repository = " https://github.com/sfackler/rust-postgres"
8
- documentation = " https://docs.rs/tokio-postgres/0.1.0 /tokio_postgres"
8
+ documentation = " https://docs.rs/tokio-postgres/0.1.1 /tokio_postgres"
9
9
readme = " ../README.md"
10
10
11
11
[features ]
Original file line number Diff line number Diff line change 49
49
//! l.run(done).unwrap();
50
50
//! }
51
51
//! ```
52
- #![ doc( html_root_url="https://docs.rs/tokio-postgres/0.1.0 " ) ]
52
+ #![ doc( html_root_url="https://docs.rs/tokio-postgres/0.1.1 " ) ]
53
53
#![ warn( missing_docs) ]
54
54
55
55
extern crate fallible_iterator;
You can’t perform that action at this time.
0 commit comments