Skip to content

Commit

Permalink
fix warning on default_features (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Aug 17, 2024
2 parents 1901fd7 + 43dc335 commit d8631fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ thiserror = "1.0.38"
home = "0.5.4"
rustc_version = "0.4.0"
toml = "0.7.0"
which = { version = "4.4.0", default_features = false }
which = { version = "4.4.0", default-features = false }
shell-escape = "0.1.5"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = { version = "1.0.91", features = ["raw_value"] }
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ walkdir = "2.3.3"
color-eyre = "0.6.2"
eyre = "0.6.8"
clap = { version = "4.1", features = ["derive", "env"] }
which = { version = "4.2", default_features = false }
which = { version = "4.2", default-features = false }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
shell-words = "1.1.0"
Expand Down

0 comments on commit d8631fe

Please sign in to comment.