Fix docs.rs Builds (#5310)

This commit is contained in:
Connor Fitzgerald 2024-02-27 13:50:06 -05:00 committed by GitHub
parent 23392c5228
commit 5e6f799573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ exclude = ["Cargo.lock"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--cfg", "web_sys_unstable_apis"]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-apple-darwin",