Skip to content

Commit 2e2fb2a

Browse files
authored
Remove patch version requirement from url dependency
This should allow up to the version before url `3.x`
1 parent e31ba6a commit 2e2fb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["api-bindings"]
1616
edition = "2018"
1717

1818
[dependencies]
19-
url = "2.5.4"
19+
url = "2.5"
2020
bitflags = "2.1.0"
2121
libc = "0.2"
2222
log = "0.4.8"

0 commit comments

Comments
 (0)