Skip to content

Commit 0ab260c

Browse files
committed
🔨 Bump minor version, 0.2.0 is now the current release
1 parent 1c03326 commit 0ab260c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ members = [".", "enum-display-macro"]
55
name = "enum-display"
66
description = "A macro to derive Display for enums"
77
keywords = ["enum", "display", "derive", "macro"]
8-
version = "0.1.5"
8+
version = "0.2.0"
99
edition = "2021"
1010
license = "MIT"
1111
documentation = "https://docs.rs/enum-display"
1212
homepage = "https://github.com/SeedyROM/enum-display"
1313
repository = "https://github.com/SeedyROM/enum-display"
1414

1515
[dependencies]
16-
enum-display-macro = { version = "0.1.5", path = "./enum-display-macro" }
16+
enum-display-macro = { version = "0.2.0", path = "./enum-display-macro" }
1717

1818
[features]
1919
default = ["std"]

enum-display-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "enum-display-macro"
33
description = "A macro to derive Display for enums"
44
keywords = ["enum", "display", "derive", "macro"]
5-
version = "0.1.5"
5+
version = "0.2.0"
66
edition = "2021"
77
license = "MIT"
88
documentation = "https://docs.rs/enum-display/tree/main/enum-display-derive"

0 commit comments

Comments
 (0)