Skip to content

Commit 0684657

Browse files
committed
Upgrade dependencies
1 parent 6e11447 commit 0684657

File tree

25 files changed

+1296
-1413
lines changed

25 files changed

+1296
-1413
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ cache:
88

99
before_install:
1010
- export PATH="$HOME/.cargo/bin:$PATH"
11-
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2018-04-18
12-
- rustup target add wasm32-unknown-unknown --toolchain nightly-2018-04-18
13-
- CARGO_TARGET_DIR=.cargo-install cargo install cargo-web --vers 0.6.9
11+
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2018-10-06
12+
- rustup target add wasm32-unknown-unknown --toolchain nightly-2018-10-06
13+
- CARGO_TARGET_DIR=.cargo-install cargo install cargo-web --vers 0.6.16
1414
- CARGO_TARGET_DIR=.cargo-install cargo install wasm-gc --vers 0.1.1
15-
- CARGO_TARGET_DIR=.cargo-install cargo install wasm-bindgen-cli --vers 0.2.7
15+
- CARGO_TARGET_DIR=.cargo-install cargo install wasm-bindgen-cli --vers 0.2.24
1616

1717
script:
1818
- travis_wait npm run test

examples/advanced-stdweb/Cargo.lock

Lines changed: 65 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/advanced-stdweb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ name = "advanced-stdweb"
44
version = "0.1.0"
55

66
[dependencies]
7-
stdweb = "0.4.1"
7+
stdweb = "0.4.9"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2018-04-18
1+
nightly-2018-10-06

0 commit comments

Comments
 (0)