File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,11 @@ jobs:
22
22
with :
23
23
toolchain : ${{ matrix.rust-toolchain }}
24
24
components : rustfmt, clippy
25
+ cache-key : ${{ matrix.os }}-${{ matrix.rust-toolchain }}
25
26
- name : Check
26
27
run : cargo check
27
28
- name : Architecture check
28
29
run : cargo run arch-check
29
- - name : Architecture check (Optimized)
30
- run : cargo run arch-check
31
30
- if : ${{ matrix.rust-toolchain != 'nightly' }}
32
31
name : Format
33
32
run : cargo fmt -- --check
Original file line number Diff line number Diff line change 1
1
# Changes for crc-fast-rust
2
2
3
+ ## [ 1.3.0] ( https://github.com/awesomized/crc-fast-rust/releases/tag/1.3.0 ) - 2025-06-10
4
+ * [ Replace C bindings for CRC32 fusion calculation] ( https://github.com/awesomized/crc-fast-rust/pull/9 )
5
+ * [ Improve VPCLMULQDQ to use 512-bit wide registers] ( https://github.com/awesomized/crc-fast-rust/pull/8 )
6
+ * [ Implement hardware accelerated XOR3 support] ( https://github.com/awesomized/crc-fast-rust/pull/9 )
7
+
3
8
## [ 1.2.2] ( https://github.com/awesomized/crc-fast-rust/releases/tag/1.2.2 ) - 2025-06-02
4
9
* [ Remove println! from software fallback] ( https://github.com/awesomized/crc-fast-rust/pull/4 )
5
10
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " crc-fast"
3
- version = " 1.2.2 "
3
+ version = " 1.3.0 "
4
4
edition = " 2021"
5
5
authors = [" Don MacAskill" ]
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments