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 11[package ]
22name = " postgres_large_object"
3- version = " 0.5.1 "
3+ version = " 0.6.0 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55license = " MIT/Apache-2.0"
66description = " Large object support for rust-postgres"
77repository = " https://github.com/sfackler/rust-postgres-large-object"
8- documentation = " https://sfackler.github.io/rust-postgres-large-object/doc/v0.5.1 /postgres_large_object"
8+ documentation = " https://docs.rs/postgres_large_object/0.6.0 /postgres_large_object"
99readme = " README.md"
1010keywords = [" database" , " sql" , " postgres" ]
1111
Original file line number Diff line number Diff line change 3030//! io::copy(&mut large_object, &mut file).unwrap();
3131//! }
3232//! ```
33- #![ doc( html_root_url="https://sfackler.github.io/rust-postgres-large-object/doc/v0.5.1 " ) ]
33+ #![ doc( html_root_url="https://docs.rs/postgres_large_object/0.6.0 " ) ]
3434
3535extern crate postgres;
3636
You can’t perform that action at this time.
0 commit comments