Skip to content

Commit

Permalink
Gotta bump deps too. (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated authored Oct 27, 2024
1 parent ca8aae0 commit c7e0006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ categories = ["network-programming", "web-programming"]

[dependencies]
bytes = "1"
thiserror = "1"

[target.'cfg(target_arch = "wasm32")'.dependencies]
web-transport-wasm = { version = "0.4", path = "../web-transport-wasm" }
web-transport-wasm = { version = "0.4.1", path = "../web-transport-wasm" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
web-transport-quinn = { version = "0.3", path = "../web-transport-quinn" }
thiserror = "1"
web-transport-quinn = { version = "0.3.4", path = "../web-transport-quinn" }

0 comments on commit c7e0006

Please sign in to comment.