Skip to content

Commit

Permalink
gloo-net v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Jul 21, 2024
1 parent 7efcfe4 commit 40c6daa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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.5", path = "crates/worker", optional = true }
gloo-net = { version = "0.5", path = "crates/net", optional = true }
gloo-net = { version = "0.6", path = "crates/net", optional = true }

[features]
default = [
Expand Down
4 changes: 2 additions & 2 deletions crates/net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "gloo-net"
version = "0.5.0"
version = "0.6.0"
authors = [
"Rust and WebAssembly Working Group",
"Muhammad Hamza <muhammadhamza1311@gmail.com>",
"Elina <imelina@elina.website>",
]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 40c6daa

Please sign in to comment.