Skip to content

Commit f81f0cf

Browse files
committed
Merge branch 'release'
2 parents d263375 + 8279824 commit f81f0cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "postgres_array"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
license = "MIT"
66
description = "Array support for rust-postgres"
77
repository = "https://github.com/sfackler/rust-postgres-array"
8-
documentation = "https://sfackler.github.io/rust-postgres-array/doc/postgres_array"
8+
documentation = "https://sfackler.github.io/rust-postgres-array/doc/v0.5.0/postgres_array"
99

1010
[dependencies]
1111
postgres = "0.9"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
Support for PostgreSQL arrays in [rust-postgres](https://github.com/sfackler/rust-postgres).
55

6-
Documentation is available at https://sfackler.github.io/rust-postgres-array/doc/postgres_array.
6+
Documentation is available at https://sfackler.github.io/rust-postgres-array/doc/v0.5.0/postgres_array.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Multi-dimensional arrays with per-dimension specifiable lower bounds
2-
#![doc(html_root_url="https://sfackler.github.io/rust-postgres-array/doc")]
2+
#![doc(html_root_url="https://sfackler.github.io/rust-postgres-array/doc/v0.5.0")]
33

44
#[macro_use(to_sql_checked)]
55
extern crate postgres;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy