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