Skip to content

Commit

Permalink
Fix tests possibly
Browse files Browse the repository at this point in the history
  • Loading branch information
HexyWitch committed May 28, 2018
1 parent 8bc8c21 commit eac7342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ serde = "*"
serde_json = "*"
serde_derive = "*"
clap = "*"
futures = "*"
hyper = "*"
futures = "0.1.14"
hyper = "0.11.2"
2 changes: 1 addition & 1 deletion tests/build-project-simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn build_project_simple() {
[workspace]
[dependencies]
wasm-bindgen = "*"
wasm-bindgen = "0.2"
"#,
)
.file(
Expand Down

0 comments on commit eac7342

Please sign in to comment.