Skip to content

Commit

Permalink
Remove default-features = false from the url crate
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Nov 17, 2024
1 parent a5bdb90 commit 7c3ec6f
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 @@ -47,4 +47,4 @@ sha2 = { version = "0.10.6", default-features = false, optional = true }
sha3 = { version = "0.10.7", default-features = false, optional = true }
thiserror = { version = "2.0.3", default-features = false, optional = true }
unicode-normalization = { version = "0.1.22", default-features = false, optional = true }
url = { version = "2.3.1", default-features = false, optional = true }
url = { version = "2.3.1", optional = true }

0 comments on commit 7c3ec6f

Please sign in to comment.