Skip to content

Commit

Permalink
Fix default-features for verusfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
parno committed Dec 2, 2024
1 parent 7f0193f commit d7fc045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ide-assists/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ text-edit.workspace = true
ide-db.workspace = true
hir.workspace = true

verusfmt = "0.4.0"
verusfmt = { version = "0.4.0", default-features = false }
tempfile = "3.10.1"

#[dev-dependencies]
Expand Down

0 comments on commit d7fc045

Please sign in to comment.