File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55repository = " https://github.com/kixelated/web-transport-rs"
66license = " MIT OR Apache-2.0"
77
8- version = " 0.3.3 "
8+ version = " 0.4.0 "
99edition = " 2021"
1010
1111keywords = [" quic" , " http3" , " webtransport" ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55repository = " https://github.com/kixelated/web-transport-rs"
66license = " MIT OR Apache-2.0"
77
8- version = " 0.5.1 "
8+ version = " 0.6.0 "
99edition = " 2021"
1010
1111keywords = [" quic" , " http3" , " webtransport" ]
@@ -17,7 +17,7 @@ categories = ["network-programming", "web-programming"]
1717bytes = " 1"
1818
1919[target .'cfg(target_arch = "wasm32")' .dependencies ]
20- web-transport-wasm = { version = " 0.3 " , path = " ../web-transport-wasm" }
20+ web-transport-wasm = { version = " 0.4 " , path = " ../web-transport-wasm" }
2121
2222[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
2323web-transport-quinn = { version = " 0.3" , path = " ../web-transport-quinn" }
You can’t perform that action at this time.
0 commit comments