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 71868c2 commit f80c7deCopy full SHA for f80c7de
web-transport-wasm/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
5
repository = "https://github.com/kixelated/web-transport-rs"
6
license = "MIT OR Apache-2.0"
7
8
-version = "0.3.2"
+version = "0.3.3"
9
edition = "2021"
10
11
keywords = ["quic", "http3", "webtransport"]
@@ -39,3 +39,6 @@ features = [
39
"WritableStream",
40
"WritableStreamDefaultWriter",
41
]
42
+
43
+[package.metadata.docs.rs]
44
+rustdoc-args = ["--cfg=web_sys_unstable_apis"]
web-transport-wasm/build.rs
0 commit comments