Skip to content

Commit 3ac25fb

Browse files
committed
Update for v1.1.0
1 parent 358fac4 commit 3ac25fb

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changes for crc-fast-rust
22

3+
## [1.1.0](https://github.com/awesomized/crc-fast-rust/releases/tag/1.1.0) - 2025-05-02
4+
* [Add digest::DynDigest::box_clone() and Debug support](https://github.com/awesomized/crc-fast-rust/commit/8a494c30ef8ff640ddb113d9fe171611dfb211e5)
5+
36
## [1.0.1](https://github.com/awesomized/crc-fast-rust/releases/tag/1.0.1) - 2025-04-30
47
* [Use Rust 1.81+](https://github.com/awesomized/crc-fast-rust/pull/1)
58

Cargo.lock

+7-7
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "crc-fast"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = ["Don MacAskill"]
66
license = "MIT OR Apache-2.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You'll need to adjust if you want to optimize with [feature flags](Cargo.toml).
4444

4545
## Usage
4646

47-
Add `crc-fast = { version = "1.2", features = ["optimize_crc32_auto"] }` to your `Cargo.toml` dependencies, which will
47+
Add `crc-fast = { version = "1.1", features = ["optimize_crc32_auto"] }` to your `Cargo.toml` dependencies, which will
4848
enable every available optimization for the `stable` toolchain. Adjust as necessary for your desired
4949
[acceleration targets](#acceleration-targets).
5050

0 commit comments

Comments
 (0)