File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " postgres_array"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
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/v0.7.0 /postgres_array"
8+ documentation = " https://sfackler.github.io/rust-postgres-array/doc/v0.7.1 /postgres_array"
99
1010[dependencies ]
1111fallible-iterator = " 0.1"
12- postgres = " 0.12"
12+ postgres = " >= 0.12, < 0.14 "
1313postgres-protocol = " 0.1"
Original file line number Diff line number Diff line change 11# rust-postgres-array
22[ ![ Build Status] ( https://travis-ci.org/sfackler/rust-postgres-array.svg?branch=master )] ( https://travis-ci.org/sfackler/rust-postgres-array )
33
4- [ Documentation] ( https://sfackler.github.io/rust-postgres-array/doc/v0.7.0 /postgres_array )
4+ [ Documentation] ( https://sfackler.github.io/rust-postgres-array/doc/v0.7.1 /postgres_array )
55
66Support for PostgreSQL arrays in [ rust-postgres] ( https://github.com/sfackler/rust-postgres ) .
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/v0.7.0 " ) ]
2+ #![ doc( html_root_url="https://sfackler.github.io/rust-postgres-array/doc/v0.7.1 " ) ]
33
44extern crate fallible_iterator;
55#[ macro_use]
You can’t perform that action at this time.
0 commit comments