Browse Source

Add visit-mut to syn features so that this subcrate can be built on its own

Ian Goldberg 4 months ago
parent
commit
99a84ebefe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmzcred_derive/Cargo.toml

+ 1 - 1
cmzcred_derive/Cargo.toml

@@ -7,7 +7,7 @@ edition = "2021"
 proc-macro = true
 
 [dependencies]
-syn = { version = "2.0", features = ["extra-traits"] }
+syn = { version = "2.0", features = ["extra-traits", "visit-mut"] }
 quote = "1.0"
 darling = "0.20"
 proc-macro2 = "1.0"