Skip to content

Commit 732855d

Browse files
committed
Bumped bytecount 0.6.4 -> 0.6.8
fixes compilation issues with the `generic-simd` feature
1 parent 9ede626 commit 732855d

File tree

3 files changed

+8
-32
lines changed

3 files changed

+8
-32
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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
10+
611

712
## [1.7.0] 2023-10-22
813

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)