We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f35cda commit 2c0357eCopy full SHA for 2c0357e
Cargo.toml
@@ -4,7 +4,7 @@ members = ["traits"]
4
5
[package]
6
name = "penum"
7
-version = "0.1.27"
+version = "0.1.28"
8
edition = "2021"
9
description = "Make enum conform to a given pattern"
10
license = "MIT OR Apache-2.0"
README.md
@@ -42,7 +42,7 @@ This crate is available on [crates.io](https://crates.io/crates/penum)
42
and can be used by adding the following to your project's Cargo.toml:
43
```toml
44
[dependencies]
45
-penum = "0.1.27"
+penum = "0.1.28"
46
```
47
Or run this command in your cargo project:
48
```sh
0 commit comments