Skip to content

Commit caee893

Browse files
committed
Upgrade dependencies
1 parent 6e11447 commit caee893

File tree

25 files changed

+1294
-1411
lines changed

25 files changed

+1294
-1411
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ before_install:
1010
- export PATH="$HOME/.cargo/bin:$PATH"
1111
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2018-04-18
1212
- 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
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

+65-92
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/advanced-stdweb/Cargo.toml

+1-1
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"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2018-04-18
1+
nightly

0 commit comments

Comments
 (0)