Skip to content

Commit acc6877

Browse files
committed
Bumped bytecount 0.6.4 -> 0.6.8
fixes compilation issues with the `generic-simd` feature
1 parent 2db1095 commit acc6877

File tree

3 files changed

+7
-32
lines changed

3 files changed

+7
-32
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## [Unreleased]
44

55
- Updating `dirs 4.0.0 -> 5.0.1` and `cargo_metadata 0.15.4 -> 0.18.0` [#6033] (https://github.com/rust-lang/rustfmt/issues/6033)
6+
- Bumped bytecount `0.6.4` -> `0.6.8` to fix compilation issues with the `generic-simd` feature. See [bytecount#92] and [bytecount#93]
7+
8+
[bytecount#92]: https://github.com/llogiq/bytecount/pull/92
9+
[bytecount#93]: https://github.com/llogiq/bytecount/pull/93
610

711
## [1.7.0] 2023-10-22
812

Cargo.lock

+2-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.4"
38+
bytecount = "0.6.8"
3939
cargo_metadata = "0.18"
4040
clap = { version = "4.4.2", features = ["derive"] }
4141
clap-cargo = "0.12.0"

0 commit comments

Comments
 (0)