Skip to content

Commit 937fe83

Browse files
committed
Update to latest futures
1 parent eeda3c9 commit 937fe83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: rust
22
sudo: false
33
rust:
4-
- nightly-2019-05-10
4+
- nightly-2019-06-26
55

66
os:
77
- linux

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ edition = "2018"
1414
pin-utils = "=0.1.0-alpha.4"
1515

1616
[dependencies.futures]
17-
version = "=0.3.0-alpha.15"
17+
version = "=0.3.0-alpha.16"
1818
package = "futures-preview"

0 commit comments

Comments
 (0)