Skip to content

Commit

Permalink
hexlit: Bumped version to 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
inspier committed Nov 30, 2020
1 parent 6cb9f7e commit 600b512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hexlit"
version = "0.3.1"
version = "0.3.2"
authors = ["inspier <[email protected]>"]
edition = "2018"
documentation = "https://docs.rs/hexlit"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 600b512

Please sign in to comment.