diff --git a/README.md b/README.md index fed8ef3..dcb8929 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Rust implementation of CRC. Add `crc` to `Cargo.toml` ```toml [dependencies] -crc = "3.1" +crc = "3.2.0" ``` ### Examples