Skip to content

Commit

Permalink
Update docs to point to version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilles committed Apr 23, 2022
1 parent b6dc600 commit 4618281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Rust implementation of CRC(8, 16, 32, 64). MSRV is 1.46.
Add `crc` to `Cargo.toml`
```toml
[dependencies]
crc = "2.0"
crc = "3.0"
```

### Compute CRC
Expand Down

0 comments on commit 4618281

Please sign in to comment.