We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e8317 commit 2c8fd96Copy full SHA for 2c8fd96
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "crc"
3
-version = "3.3.0"
+version = "3.4.0"
4
authors = ["Rui Hu <code@mrhooray.com>", "Akhil Velagapudi <4@4khil.com>"]
5
license = "MIT OR Apache-2.0"
6
readme = "README.md"
README.md
@@ -12,7 +12,7 @@ Rust implementation of CRC.
12
Add `crc` to `Cargo.toml`
13
```toml
14
[dependencies]
15
-crc = "3.3.0"
+crc = "3.4.0"
16
```
17
18
### Examples
0 commit comments