Skip to content

Commit

Permalink
Disable default features of tempfile dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 6, 2025
1 parent 22f0745 commit 43a1665
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 @@ -46,7 +46,7 @@ walkdir = "2.2.3"
[dev-dependencies]
easy-ext = "1"
rustversion = "1"
tempfile = "3"
tempfile = { version = "3", default-features = false }

[lints]
workspace = true
Expand Down

0 comments on commit 43a1665

Please sign in to comment.