Skip to content

Commit a3e967a

Browse files
committed
Bump unix_socket version
1 parent 9db19d4 commit a3e967a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: required
33
rust:
44
- nightly
55
- beta
6-
- 1.3.0
6+
- 1.4.0
77
addons:
88
postgresql: 9.4
99
before_script:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ chrono = { version = "0.2.14", optional = true }
3636
openssl = { version = ">= 0.6.4, < 0.8", optional = true }
3737
serde_json = { version = "0.6", optional = true }
3838
time = { version = "0.1.14", optional = true }
39-
unix_socket = { version = "0.4.1", optional = true, features = ["socket_timeout"] }
39+
unix_socket = { version = "0.5", optional = true }
4040
uuid = { version = "0.1", optional = true }
4141
security-framework = { version = "0.1.1", optional = true }
4242
bit-vec = { version = "0.4", optional = true }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fn main() {
5757
```
5858

5959
## Requirements
60-
* **Rust** - Rust-Postgres is developed against the 1.3 release of Rust
60+
* **Rust** - Rust-Postgres is developed against the 1.4 release of Rust
6161
available on http://www.rust-lang.org. It should also compile against more
6262
recent releases.
6363

0 commit comments

Comments
 (0)