Skip to content

Commit 177ef66

Browse files
ytmimicalebcartwright
authored andcommitted
Fix building rustfmt with --features generic-simd
Bumping bytecount from `0.6.2` -> `0.6.3` allows rustfmt to properly build when using the `generic-simd` feature.
1 parent 0d4c143 commit 177ef66

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ generic-simd = ["bytecount/generic-simd"]
3535
[dependencies]
3636
annotate-snippets = { version = "0.9", features = ["color"] }
3737
anyhow = "1.0"
38-
bytecount = "0.6"
38+
bytecount = "0.6.3"
3939
cargo_metadata = "0.15.4"
4040
clap = { version = "4.2.1", features = ["derive"] }
4141
diff = "0.1"

0 commit comments

Comments
 (0)