Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kupiakos committed Nov 18, 2023
1 parent c9a5730 commit 9d1c974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "open-enum"
version = "0.4.0"
version = "0.4.1"
authors = ["Alyssa Haroldsen <[email protected]>"]
description = "An attribute for generating \"open\" fieldless enums, those that accept any integer value, by using a newtype struct and associated constants"
edition = "2021"
Expand All @@ -22,7 +22,7 @@ name = "test_lints"
path = "src/test-lints.rs"

[dependencies]
open-enum-derive = { path = "derive", version = "=0.4.0" }
open-enum-derive = { path = "derive", version = "=0.4.1" }
libc = { version = "0.2", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "open-enum-derive"
version = "0.4.0"
version = "0.4.1"
description = "An attribute for generating \"open\" C-like enums, those that accept any integer value, by using a newtype struct and associated constants"
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 9d1c974

Please sign in to comment.