diff --git a/Cargo.toml b/Cargo.toml index 65d29e0..07fcddc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hexlit" -version = "0.3.1" +version = "0.3.2" authors = ["inspier "] edition = "2018" documentation = "https://docs.rs/hexlit" diff --git a/README.md b/README.md index d4034c0..4fce6a8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A zero-allocation no_std-compatible zero-cost way to convert hex-strings to byte To add to your Cargo.toml: ```toml -hexlit = "0.3.1" +hexlit = "0.3.2" ``` ## Example