File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " postgres_array"
3- version = " 0.4.2 "
3+ version = " 0.5.0 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55license = " MIT"
66description = " Array support for rust-postgres"
77repository = " https://github.com/sfackler/rust-postgres-array"
8- documentation = " https://sfackler.github.io/rust-postgres-array/doc/postgres_array"
8+ documentation = " https://sfackler.github.io/rust-postgres-array/doc/v0.5.0/ postgres_array"
99
1010[dependencies ]
1111postgres = " 0.9"
Original file line number Diff line number Diff line change 33
44Support for PostgreSQL arrays in [ rust-postgres] ( https://github.com/sfackler/rust-postgres ) .
55
6- Documentation is available at https://sfackler.github.io/rust-postgres-array/doc/postgres_array .
6+ Documentation is available at https://sfackler.github.io/rust-postgres-array/doc/v0.5.0/ postgres_array .
Original file line number Diff line number Diff line change 11//! Multi-dimensional arrays with per-dimension specifiable lower bounds
2- #![ doc( html_root_url="https://sfackler.github.io/rust-postgres-array/doc" ) ]
2+ #![ doc( html_root_url="https://sfackler.github.io/rust-postgres-array/doc/v0.5.0 " ) ]
33
44#[ macro_use( to_sql_checked) ]
55extern crate postgres;
You can’t perform that action at this time.
0 commit comments