Skip to content

Commit af19e7a

Browse files
committed
fix(panel): downgrade gloo-net to 0.4.0 to fix duplicate symbols
1 parent 946dd6c commit af19e7a

2 files changed

Lines changed: 2 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustmail_panel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rustmail_types = { path = "../rustmail_types" }
99
yew = { version = "0.21", features = ["csr"] }
1010
yew-router = "0.18.0"
1111
wasm-bindgen-futures = "0.4.50"
12-
gloo-net = "0.6.0"
12+
gloo-net = "0.4.0"
1313
gloo-utils = "0.2.0"
1414
web-sys = { version = "0.3.77", features = ["HtmlSelectElement"] }
1515
serde_json = "1.0.145"

0 commit comments

Comments
 (0)