File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres_large_object"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = " Large object support for rust-postgres"
7
7
repository = " https://github.com/sfackler/rust-postgres-large-object"
8
- documentation = " https://docs.rs/postgres_large_object/0.6 .0/postgres_large_object"
8
+ documentation = " https://docs.rs/postgres_large_object/0.7 .0/postgres_large_object"
9
9
readme = " README.md"
10
10
keywords = [" database" , " sql" , " postgres" ]
11
11
Original file line number Diff line number Diff line change 30
30
//! io::copy(&mut large_object, &mut file).unwrap();
31
31
//! }
32
32
//! ```
33
- #![ doc( html_root_url="https://docs.rs/postgres_large_object/0.6 .0" ) ]
33
+ #![ doc( html_root_url="https://docs.rs/postgres_large_object/0.7 .0" ) ]
34
34
35
35
extern crate postgres;
36
36
You can’t perform that action at this time.
0 commit comments