Skip to content

Commit 6b79ec8

Browse files
committed
Bump and rename
1 parent 8ca1802 commit 6b79ec8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
2-
name = "derive_into_enum"
2+
name = "into_enum"
33
version = "0.1.0"
44
edition = "2021"
55

66
[lib]
77
proc-macro = true
88

99
[dependencies]
10-
proc-macro2 = { version = "1.0.86"}
11-
quote = { version = "1.0.36" }
12-
syn = { version = "2.0.71" }
10+
proc-macro2 = { version = "1.0.92"}
11+
quote = { version = "1.0.37" }
12+
syn = { version = "2.0.90" }

0 commit comments

Comments
 (0)