Skip to content

Commit 09bb529

Browse files
committed
Fix update oudated dependency
1 parent 95796c7 commit 09bb529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

struct-to-enum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["derive", "macro", "enum", "struct", "field"]
1212
categories = ["development-tools::procedural-macro-macros", "rust-patterns"]
1313

1414
[dependencies]
15-
struct-to-enum-macros = { path = "../struct-to-enum-macros", optional = true, version = "1.0.1" }
15+
struct-to-enum-macros = { path = "../struct-to-enum-macros", optional = true, version = "1.1.1" }
1616

1717
[features]
1818
default = ["derive"]

0 commit comments

Comments
 (0)