Skip to content

Commit

Permalink
hexlit: Bumped version to 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
inspier committed Jul 10, 2021
1 parent e17ac22 commit 8bd0615
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.5.0"
version = "0.5.1"
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.5.0"
hexlit = "0.5.1"
```

## Example
Expand Down

0 comments on commit 8bd0615

Please sign in to comment.