Skip to content

Commit

Permalink
Prepare 3.2.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil Velagapudi <[email protected]>
  • Loading branch information
akhilles committed Apr 8, 2024
1 parent bb9e851 commit 0c81caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crc"
version = "3.2.0"
version = "3.2.1"
authors = [
"Rui Hu <[email protected]>",
"Akhil Velagapudi <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Rust implementation of CRC.
Add `crc` to `Cargo.toml`
```toml
[dependencies]
crc = "3.2.0"
crc = "3.2.1"
```

### Examples
Expand Down

0 comments on commit 0c81caa

Please sign in to comment.