Skip to content

Commit

Permalink
Update futures-preview and pin-utils (#113)
Browse files Browse the repository at this point in the history
* Update futures-preview and pin-utils

* Run rustfmt
  • Loading branch information
tirr-c authored Dec 31, 2018
1 parent 23905de commit c8e43e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = ["path_table"]
[dependencies]
http = "0.1"
hyper = "0.12.0"
pin-utils = "0.1.0-alpha.3"
pin-utils = "0.1.0-alpha.4"
serde = "1.0.80"
serde_derive = "1.0.80"
serde_json = "1.0.32"
Expand All @@ -38,7 +38,7 @@ path = "path_table"

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

[dev-dependencies]
juniper = "0.10.0"
Expand Down
9 changes: 1 addition & 8 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@
#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
#![cfg_attr(test, deny(warnings))]
#![allow(unused_variables)]
#![feature(
futures_api,
async_await,
await_macro,
pin,
arbitrary_self_types,
existential_type
)]
#![feature(futures_api, async_await, await_macro, existential_type)]

//!
//! Welcome to Tide.
Expand Down

0 comments on commit c8e43e5

Please sign in to comment.