Skip to content

Commit

Permalink
Remove patch version requirement from url dependency
Browse files Browse the repository at this point in the history
This should allow up to the version before url `3.x`
  • Loading branch information
ericswpark authored Feb 22, 2025
1 parent e31ba6a commit 2e2fb2a
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 @@ -16,7 +16,7 @@ categories = ["api-bindings"]
edition = "2018"

[dependencies]
url = "2.5.4"
url = "2.5"
bitflags = "2.1.0"
libc = "0.2"
log = "0.4.8"
Expand Down

0 comments on commit 2e2fb2a

Please sign in to comment.