Skip to content

Commit

Permalink
chore: use default features for rustc-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Oct 22, 2024
1 parent 0bdeb3b commit 098788c
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 @@ -69,7 +69,7 @@ serde = { version = "1.0.203", features = ["derive"] } # derive for Deserialize
serde_json = { version = "1.0.117", features = [
"preserve_order",
] } # preserve_order: package_json.exports requires order such as `["require", "import", "default"]`
rustc-hash = { version = "2.0.0", default-features = false, features = ["std"] }
rustc-hash = { version = "2.0.0" }
dunce = "1.0.4" # Normalize Windows paths to the most compatible format, avoiding UNC where possible
once_cell = "1.19.0" # Use `std::sync::OnceLock::get_or_try_init` when it is stable.
thiserror = "1.0.61"
Expand Down

0 comments on commit 098788c

Please # to comment.