Bump unix_socket version
This commit is contained in:
parent
9db19d4470
commit
a3e967a4a1
@ -3,7 +3,7 @@ sudo: required
|
|||||||
rust:
|
rust:
|
||||||
- nightly
|
- nightly
|
||||||
- beta
|
- beta
|
||||||
- 1.3.0
|
- 1.4.0
|
||||||
addons:
|
addons:
|
||||||
postgresql: 9.4
|
postgresql: 9.4
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -36,7 +36,7 @@ chrono = { version = "0.2.14", optional = true }
|
|||||||
openssl = { version = ">= 0.6.4, < 0.8", optional = true }
|
openssl = { version = ">= 0.6.4, < 0.8", optional = true }
|
||||||
serde_json = { version = "0.6", optional = true }
|
serde_json = { version = "0.6", optional = true }
|
||||||
time = { version = "0.1.14", optional = true }
|
time = { version = "0.1.14", optional = true }
|
||||||
unix_socket = { version = "0.4.1", optional = true, features = ["socket_timeout"] }
|
unix_socket = { version = "0.5", optional = true }
|
||||||
uuid = { version = "0.1", optional = true }
|
uuid = { version = "0.1", optional = true }
|
||||||
security-framework = { version = "0.1.1", optional = true }
|
security-framework = { version = "0.1.1", optional = true }
|
||||||
bit-vec = { version = "0.4", optional = true }
|
bit-vec = { version = "0.4", optional = true }
|
||||||
|
@ -57,7 +57,7 @@ fn main() {
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
* **Rust** - Rust-Postgres is developed against the 1.3 release of Rust
|
* **Rust** - Rust-Postgres is developed against the 1.4 release of Rust
|
||||||
available on http://www.rust-lang.org. It should also compile against more
|
available on http://www.rust-lang.org. It should also compile against more
|
||||||
recent releases.
|
recent releases.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user