Skip to content

Commit f80c7de

Browse files
committed
Actually fix the docs?
1 parent 71868c2 commit f80c7de

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

web-transport-wasm/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/kixelated/web-transport-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.3.2"
8+
version = "0.3.3"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport"]
@@ -39,3 +39,6 @@ features = [
3939
"WritableStream",
4040
"WritableStreamDefaultWriter",
4141
]
42+
43+
[package.metadata.docs.rs]
44+
rustdoc-args = ["--cfg=web_sys_unstable_apis"]

web-transport-wasm/build.rs

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)