Skip to content

Commit

Permalink
gloo 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Jul 24, 2023
1 parent 62b329e commit f7e4aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
license = "MIT OR Apache-2.0"
name = "gloo"
readme = "README.md"
version = "0.8.1"
version = "0.9.0"
repository = "https://github.com/rustwasm/gloo"
homepage = "https://gloo-rs.web.app/"
documentation = "https://docs.rs/gloo/"
Expand All @@ -21,7 +21,7 @@ gloo-render = { version = "0.1", path = "crates/render", optional = true }
gloo-console = { version = "0.2", path = "crates/console", optional = true }
gloo-utils = { version = "0.1", path = "crates/utils", optional = true }
gloo-history = { version = "0.1", path = "crates/history", optional = true }
gloo-worker = { version = "0.2", path = "crates/worker", optional = true }
gloo-worker = { version = "0.3", path = "crates/worker", optional = true }
gloo-net = { version = "0.3", path = "crates/net", optional = true }

[features]
Expand Down

0 comments on commit f7e4aa9

Please sign in to comment.