We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd8f3d commit 47ccb49Copy full SHA for 47ccb49
azure-pipelines.yml
@@ -76,7 +76,7 @@ jobs:
76
steps:
77
- template: ci/azure-install-rust.yml
78
parameters:
79
- toolchain: nightly-2020-05-24
+ toolchain: nightly
80
- template: ci/azure-install-node.yml
81
- script: cargo test --target wasm32-unknown-unknown --features nightly --test wasm
82
@@ -276,7 +276,7 @@ jobs:
276
277
278
279
280
- script: cargo doc --no-deps --features 'nightly serde-serialize'
281
displayName: "Document wasm-bindgen"
282
- script: cargo doc --no-deps --manifest-path crates/js-sys/Cargo.toml
0 commit comments