Skip to content

Commit 2c0357e

Browse files
committed
chore: Release
1 parent 5f35cda commit 2c0357e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["traits"]
44

55
[package]
66
name = "penum"
7-
version = "0.1.27"
7+
version = "0.1.28"
88
edition = "2021"
99
description = "Make enum conform to a given pattern"
1010
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This crate is available on [crates.io](https://crates.io/crates/penum)
4242
and can be used by adding the following to your project's Cargo.toml:
4343
```toml
4444
[dependencies]
45-
penum = "0.1.27"
45+
penum = "0.1.28"
4646
```
4747
Or run this command in your cargo project:
4848
```sh

0 commit comments

Comments
 (0)