Skip to content

Commit 40c6daa

Browse files
committedJul 21, 2024··
gloo-net v0.6.0
1 parent 7efcfe4 commit 40c6daa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎Cargo.lock

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

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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 }
2525
gloo-worker = { version = "0.5", path = "crates/worker", optional = true }
26-
gloo-net = { version = "0.5", path = "crates/net", optional = true }
26+
gloo-net = { version = "0.6", path = "crates/net", optional = true }
2727

2828
[features]
2929
default = [

‎crates/net/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "gloo-net"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = [
55
"Rust and WebAssembly Working Group",
6-
"Muhammad Hamza <muhammadhamza1311@gmail.com>",
6+
"Elina <imelina@elina.website>",
77
]
88
edition = "2021"
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)
Please sign in to comment.