Skip to content

Commit 3c060cf

Browse files
authored
Merge pull request sfackler#10 from benesch/upgrade
Upgrade to new postgres version
2 parents c7d3f31 + 014e740 commit 3c060cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ description = "Array support for rust-postgres"
88
repository = "https://github.com/sfackler/rust-postgres-array"
99

1010
[dependencies]
11-
bytes = "0.5"
11+
bytes = "1.0"
1212
fallible-iterator = "0.2"
13-
postgres-types = "0.1"
14-
postgres-protocol = "0.5"
13+
postgres-types = "0.2"
14+
postgres-protocol = "0.6"
1515

1616
[dev-dependencies]
17-
postgres = "0.17"
17+
postgres = "0.19"

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: rust:1.40.0
5+
- image: rust:1.45.0
66
- image: postgres:12
77
environment:
88
POSTGRES_PASSWORD: password

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