Skip to content

Commit

Permalink
Temporarily deactivate the surf example
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 1, 2019
1 parent f0bf66d commit 34ff9ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -46,7 +46,7 @@ broadcaster = { version = "0.2.6", optional = true, default-features = false, fe

[dev-dependencies]
femme = "1.2.0"
surf = "1.0.2"
# surf = "1.0.2"
tempdir = "0.3.7"
futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }

Expand Down
4 changes: 4 additions & 0 deletions examples/surf-web.rs
@@ -1,3 +1,4 @@
/* TODO: Once the next version of surf released, re-enable this example.
//! Sends an HTTP request to the Rust website.
use async_std::task;
Expand All @@ -17,3 +18,6 @@ fn main() -> Result<(), surf::Exception> {
Ok(())
})
}
*/

fn main() {}

0 comments on commit 34ff9ac

Please sign in to comment.