Skip to content

Commit

Permalink
Bump crc-catalog 2.1.0 -> 2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil Velagapudi <4@4khil.com>
  • Loading branch information
akhilles committed Nov 4, 2023
1 parent 42cc9e7 commit a68dcc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bytewise-mem-limit = []
slice16-mem-limit = []

[dependencies]
crc-catalog = "2.1.0"
crc-catalog = "2.4.0"

[dev-dependencies]
criterion = { version = "0.4" }
Expand Down
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
#![no_std]
#![forbid(unsafe_code)]

pub use crc_catalog::*;
pub use crc_catalog::algorithm::*;
pub use crc_catalog::{Algorithm, Width};

mod crc128;
mod crc16;
Expand Down

0 comments on commit a68dcc2

Please sign in to comment.