Skip to content

Commit

Permalink
Update yew version
Browse files Browse the repository at this point in the history
  • Loading branch information
griffobeid committed Feb 20, 2024
1 parent eccfd65 commit 2aa3162
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 45 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew-webtransport"
version = "0.20.0"
version = "0.21.0"
edition = "2021"
repository = "https://github.com/security-union/yew-webtransport.git"
description = "WebTransport is an API offering low-latency, bidirectional, client-server messaging."
Expand All @@ -9,7 +9,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
yew = "0.20.0"
yew = "0.21.0"
wasm-bindgen-futures = "0.4.34"
wasm-bindgen = "0.2.87"
futures = "0.3.24"
Expand Down
Loading

0 comments on commit 2aa3162

Please sign in to comment.