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_array"
3- version = " 0.8 .0"
3+ version = " 0.9 .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://docs.rs/postgres_array/0.8 .0/postgres_array"
8+ documentation = " https://docs.rs/postgres_array/0.9 .0/postgres_array"
99
1010[dependencies ]
1111fallible-iterator = " 0.1"
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://docs.rs/postgres_array/0.8 .0" ) ]
2+ #![ doc( html_root_url="https://docs.rs/postgres_array/0.9 .0" ) ]
33
44extern crate fallible_iterator;
55#[ macro_use]
You can’t perform that action at this time.
0 commit comments