Skip to content

Commit 43b5606

Browse files
committed
v0.1.1
1 parent e174ec6 commit 43b5606

File tree

2 files changed

+213
-119
lines changed

2 files changed

+213
-119
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "proxy-enum"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Moritz Bischof <[email protected]>"]
55
edition = "2018"
66

77
[lib]
88
proc-macro = true
99

1010
[dependencies]
11-
syn = { version = "1", features = [ "full", "visit", "fold" ] }
11+
syn = { version = "1", features = [ "full", "visit-mut" ] }
1212
quote = "1"
1313
proc-macro2 = "1"

0 commit comments

Comments
 (0)