Skip to content

Commit

Permalink
Merge pull request #90 from leaxoy/master
Browse files Browse the repository at this point in the history
update futures to alpha 10 to fix build error
  • Loading branch information
tirr-c authored Nov 28, 2018
2 parents f7e084d + 5ec29a5 commit c6a03ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust
rust:
- nightly-2018-11-24
- nightly

before_script: |
rustup component add rustfmt-preview clippy-preview
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ path = "path_table"

[dependencies.futures-preview]
features = ["compat"]
version = "0.3.0-alpha.9"
version = "0.3.0-alpha.10"

[dev-dependencies]
juniper = "0.10.0"
Expand Down

0 comments on commit c6a03ee

Please sign in to comment.