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_array"
3
- version = " 0.8 .0"
3
+ version = " 0.9 .0"
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " MIT"
6
6
description = " Array support for rust-postgres"
7
7
repository = " 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"
9
9
10
10
[dependencies ]
11
11
fallible-iterator = " 0.1"
Original file line number Diff line number Diff line change 1
1
//! 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" ) ]
3
3
4
4
extern crate fallible_iterator;
5
5
#[ macro_use]
You can’t perform that action at this time.
0 commit comments