Skip to content

Commit

Permalink
fix: specify minimum required url version of v2.2.0 (#1119).
Browse files Browse the repository at this point in the history
Note that this is also the minimal required version that is resolved
with `cargo +nightly update -Z minimal-versions`, but it's nothing
I could validate or reproduce myself just yet.
  • Loading branch information
Byron committed Nov 26, 2023
1 parent be622b4 commit 818d989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gix-url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gix-path = { version = "^0.10.0", path = "../gix-path" }

serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]}
thiserror = "1.0.32"
url = "2.1.1"
url = "2.2.0"
bstr = { version = "1.3.0", default-features = false, features = ["std"] }
home = "0.5.3"

Expand Down

0 comments on commit 818d989

Please sign in to comment.