Skip to content

Commit 6e63094

Browse files
committed
gloo v0.11.0
1 parent 17b01da commit 6e63094

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66
name = "gloo"
77
readme = "README.md"
8-
version = "0.10.0"
8+
version = "0.11.0"
99
repository = "https://github.com/rustwasm/gloo"
1010
homepage = "https://gloo-rs.web.app/"
1111
documentation = "https://docs.rs/gloo/"
@@ -22,8 +22,8 @@ gloo-render = { version = "0.2", path = "crates/render", optional = true }
2222
gloo-console = { version = "0.3", path = "crates/console", optional = true }
2323
gloo-utils = { version = "0.2", path = "crates/utils", optional = true }
2424
gloo-history = { version = "0.2", path = "crates/history", optional = true }
25-
gloo-worker = { version = "0.4", path = "crates/worker", optional = true }
26-
gloo-net = { version = "0.4", path = "crates/net", optional = true }
25+
gloo-worker = { version = "0.5", path = "crates/worker", optional = true }
26+
gloo-net = { version = "0.5", path = "crates/net", optional = true }
2727

2828
[features]
2929
default = [

0 commit comments

Comments
 (0)