Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
Try to make CI green again
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Scandurra committed Aug 23, 2018
1 parent 6f95e06 commit 31a37fc
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 26 deletions.
82 changes: 61 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2018-04-27
nightly-2018-08-19
1 change: 0 additions & 1 deletion xray_core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![cfg_attr(target_arch = "wasm32", feature(proc_macro, wasm_custom_section, wasm_import_module))]
#![feature(unsize, coerce_unsized)]

extern crate bincode;
Expand Down
2 changes: 1 addition & 1 deletion xray_wasm/script/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

LOCAL_CRATE_PATH=./.cargo
PATH=$LOCAL_CRATE_PATH/bin:$PATH
WASM_BINDGEN_VERSION=0.2.6
WASM_BINDGEN_VERSION=0.2.17

setup_wasm_bindgen() {
if (command -v wasm-bindgen) && $(wasm-bindgen --version | grep --silent $WASM_BINDGEN_VERSION); then
Expand Down
2 changes: 0 additions & 2 deletions xray_wasm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(proc_macro, wasm_custom_section, wasm_import_module)]

extern crate bytes;
extern crate futures;
extern crate wasm_bindgen;
Expand Down

0 comments on commit 31a37fc

Please sign in to comment.