Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorlott committed Apr 1, 2023
1 parent d15ac16 commit 25f40eb
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
Expand Up @@ -4,7 +4,7 @@ members = ["traits"]

[package]
name = "penum"
version = "0.1.22"
version = "0.1.23"
edition = "2021"
description = "Make enum conform to a given pattern"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This crate is available on [crates.io](https://crates.io/crates/penum)
and can be used by adding the following to your project's Cargo.toml:
```toml
[dependencies]
penum = "0.1.22"
penum = "0.1.23"
```
Or run this command in your cargo project:
```sh
Expand Down

0 comments on commit 25f40eb

Please sign in to comment.