Content-Length: 284174 | pFad | http://github.com/psqlpy-python/rust-postgres-array/commit/c7d3f31f9f2bfbc8155a52c6a75f4687eef6c3cd
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f4b5c commit c7d3f31Copy full SHA for c7d3f31
Cargo.toml
@@ -1,12 +1,11 @@
1
[package]
2
name = "postgres_array"
3
-version = "0.9.0"
+version = "0.10.0"
4
authors = ["Steven Fackler <sfackler@gmail.com>"]
5
edition = "2018"
6
license = "MIT"
7
description = "Array support for rust-postgres"
8
repository = "https://github.com/sfackler/rust-postgres-array"
9
-documentation = "https://docs.rs/postgres_array/0.9.0/postgres_array"
10
11
[dependencies]
12
bytes = "0.5"
src/lib.rs
@@ -1,5 +1,5 @@
//! Multi-dimensional arrays with per-dimension specifiable lower bounds
-#![doc(html_root_url = "https://docs.rs/postgres_array/0.9.0")]
+#![doc(html_root_url = "https://docs.rs/postgres_array/0.10")]
#[doc(inline)]
pub use crate::array::Array;
Fetched URL: http://github.com/psqlpy-python/rust-postgres-array/commit/c7d3f31f9f2bfbc8155a52c6a75f4687eef6c3cd
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments