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 <4@4khil.com>
  • 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
@@ -1,6 +1,6 @@
[package]
name = "crc"
version = "3.2.0"
version = "3.2.1"
authors = [
"Rui Hu <code@mrhooray.com>",
"Akhil Velagapudi <4@4khil.com>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.