Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorlott committed Apr 18, 2023
1 parent 6e49e07 commit bb0d57a
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.25"
version = "0.1.26"
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 @@ -42,7 +42,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.25"
penum = "0.1.26"
```
Or run this command in your cargo project:
```sh
Expand Down

0 comments on commit bb0d57a

Please sign in to comment.