Skip to content

Commit

Permalink
gloo v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Dec 8, 2023
1 parent 17b01da commit 6e63094
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
name = "gloo"
readme = "README.md"
version = "0.10.0"
version = "0.11.0"
repository = "https://github.com/rustwasm/gloo"
homepage = "https://gloo-rs.web.app/"
documentation = "https://docs.rs/gloo/"
Expand All @@ -22,8 +22,8 @@ gloo-render = { version = "0.2", path = "crates/render", optional = true }
gloo-console = { version = "0.3", path = "crates/console", optional = true }
gloo-utils = { version = "0.2", path = "crates/utils", optional = true }
gloo-history = { version = "0.2", path = "crates/history", optional = true }
gloo-worker = { version = "0.4", path = "crates/worker", optional = true }
gloo-net = { version = "0.4", path = "crates/net", optional = true }
gloo-worker = { version = "0.5", path = "crates/worker", optional = true }
gloo-net = { version = "0.5", path = "crates/net", optional = true }

[features]
default = [
Expand Down

0 comments on commit 6e63094

Please sign in to comment.