Skip to content

Commit d1c28ee

Browse files
committed
Merge branch 'release-v0.11.7' into release
2 parents bc7de37 + efab121 commit d1c28ee

File tree

12 files changed

+331
-319
lines changed

12 files changed

+331
-319
lines changed

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "postgres"
3-
version = "0.11.6"
3+
version = "0.11.7"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
66
description = "A native PostgreSQL driver"
77
repository = "https://github.com/sfackler/rust-postgres"
8-
documentation = "https://sfackler.github.io/rust-postgres/doc/v0.11.6/postgres"
8+
documentation = "https://sfackler.github.io/rust-postgres/doc/v0.11.7/postgres"
99
readme = "README.md"
1010
keywords = ["database", "postgres", "postgresql", "sql"]
1111
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
@@ -28,18 +28,19 @@ bufstream = "0.1"
2828
byteorder = "0.5"
2929
log = "0.3"
3030
phf = "=0.7.14"
31-
hex = "0.1"
31+
hex = "0.2"
3232
net2 = "0.2.16"
3333
rustc-serialize = { version = "0.3", optional = true }
3434
chrono = { version = "0.2.14", optional = true }
3535
openssl = { version = ">= 0.6.4, < 0.8", optional = true }
3636
serde_json = { version = ">= 0.6, < 0.8", optional = true }
3737
time = { version = "0.1.14", optional = true }
3838
unix_socket = { version = "0.5", optional = true }
39-
uuid = { version = "0.1", optional = true }
39+
uuid = { version = ">= 0.1, < 0.3", optional = true }
4040
security-framework = { version = "0.1.2", optional = true }
4141
bit-vec = { version = "0.4", optional = true }
4242
eui48 = { version = "0.1", optional = true }
43+
clippy = { version = "0.0.61", optional = true }
4344

4445
[dev-dependencies]
4546
url = "0.5"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rust-Postgres
22
A native PostgreSQL driver for Rust.
33

4-
[Documentation](https://sfackler.github.io/rust-postgres/doc/v0.11.6/postgres)
4+
[Documentation](https://sfackler.github.io/rust-postgres/doc/v0.11.7/postgres)
55

66
[![Build Status](https://travis-ci.org/sfackler/rust-postgres.png?branch=master)](https://travis-ci.org/sfackler/rust-postgres) [![Latest Version](https://img.shields.io/crates/v/postgres.svg)](https://crates.io/crates/postgres)
77

0 commit comments

Comments
 (0)