Skip to content

Commit a2efe90

Browse files
committed
Release 1.8.2
1 parent 95c9581 commit a2efe90

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes for crc-fast-rust
22

3+
## [1.8.2](https://github.com/awesomized/crc-fast-rust/releases/tag/1.8.2) - 2025-12-14
4+
* [Fix the crc dependency minimum](https://github.com/awesomized/crc-fast-rust/pull/33)
5+
* [Fix no_std build for embedded targets](https://github.com/awesomized/crc-fast-rust/pull/35)
6+
37
## [1.8.1](https://github.com/awesomized/crc-fast-rust/releases/tag/1.8.1) - 2025-11-16
48
* [Add support for fuzz testing using libFuzzer](https://github.com/awesomized/crc-fast-rust/pull/30)
59

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "crc-fast"
3-
version = "1.8.1"
3+
version = "1.8.2"
44
edition = "2021"
55
authors = ["Don MacAskill"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)