mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-18 07:21:24 +00:00
Tweak some CI things for unstable APIs
This commit is contained in:
@ -15,7 +15,6 @@ edition = "2018"
|
|||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = ["serde-serialize"]
|
features = ["serde-serialize"]
|
||||||
rustc-args = ["--cfg=web_sys_unstable_apis"]
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
test = false
|
test = false
|
||||||
|
@ -328,7 +328,7 @@ jobs:
|
|||||||
- script: cargo doc --no-deps --manifest-path crates/web-sys/Cargo.toml --all-features
|
- script: cargo doc --no-deps --manifest-path crates/web-sys/Cargo.toml --all-features
|
||||||
displayName: "Document web-sys"
|
displayName: "Document web-sys"
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: --cfg=web_sys_unstable_apis
|
RUSTDOCFLAGS: --cfg=web_sys_unstable_apis
|
||||||
- script: cargo doc --no-deps --manifest-path crates/futures/Cargo.toml
|
- script: cargo doc --no-deps --manifest-path crates/futures/Cargo.toml
|
||||||
displayName: "Document wasm-bindgen-futures"
|
displayName: "Document wasm-bindgen-futures"
|
||||||
# Make a tarball even though a zip is uploaded, it looks like the tarball
|
# Make a tarball even though a zip is uploaded, it looks like the tarball
|
||||||
|
@ -14,6 +14,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
rustdoc-args = ["--cfg=web_sys_unstable_apis"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
Reference in New Issue
Block a user