Skip to content

Commit

Permalink
fix: downgrade url dep (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats authored Nov 19, 2024
1 parent 7022bf4 commit b6f46ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pretty_assertions = "1.4.0"
insta = { version = "1.39.0", features = ["json"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
url = "2.5.2"
url = "2.4.1"
percent-encoding = "2.3.1"
wasm-bindgen = "0.2.92"
js-sys = "0.3.69"
Expand Down

0 comments on commit b6f46ad

Please sign in to comment.