File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres_array"
3
- version = " 0.9 .0"
3
+ version = " 0.10 .0"
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT"
7
7
description = " Array support for rust-postgres"
8
8
repository = " https://github.com/sfackler/rust-postgres-array"
9
- documentation = " https://docs.rs/postgres_array/0.9.0/postgres_array"
10
9
11
10
[dependencies ]
12
11
bytes = " 0.5"
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.9.0 " ) ]
2
+ #![ doc( html_root_url = "https://docs.rs/postgres_array/0.10 " ) ]
3
3
4
4
#[ doc( inline) ]
5
5
pub use crate :: array:: Array ;
You can’t perform that action at this time.
0 commit comments