Sfoglia il codice sorgente

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

Ian Goldberg 9 mesi fa
parent
commit
99a84ebefe
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"