Skip to content

Upgrade dependencies #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ cache:

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

script:
- travis_wait npm run test
Expand Down
157 changes: 65 additions & 92 deletions examples/advanced-stdweb/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 examples/advanced-stdweb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ name = "advanced-stdweb"
version = "0.1.0"

[dependencies]
stdweb = "0.4.1"
stdweb = "0.4.9"
2 changes: 1 addition & 1 deletion examples/advanced-stdweb/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2018-04-18
nightly-2018-10-06
Loading