Skip to content

Commit 2c8fd96

Browse files
committed
Prepare 3.4.0 release
1 parent 24e8317 commit 2c8fd96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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"
3-
version = "3.3.0"
3+
version = "3.4.0"
44
authors = ["Rui Hu <code@mrhooray.com>", "Akhil Velagapudi <4@4khil.com>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Rust implementation of CRC.
1212
Add `crc` to `Cargo.toml`
1313
```toml
1414
[dependencies]
15-
crc = "3.3.0"
15+
crc = "3.4.0"
1616
```
1717

1818
### Examples

0 commit comments

Comments
 (0)