]> git.lizzy.rs Git - enumset.git/commitdiff
Merge pull request #21 from coolreader18/update-dep
authorAlissa Rao <lymia@lymiahugs.com>
Wed, 24 Feb 2021 17:01:51 +0000 (09:01 -0800)
committerGitHub <noreply@github.com>
Wed, 24 Feb 2021 17:01:51 +0000 (09:01 -0800)
Update darling dep to 0.12

enumset_derive/Cargo.toml

index 2923fc0d0da8fb4d3ea85b018900d1ee8af2518d..b4510c5b03a469a6e597898e9b363505b1281771 100644 (file)
@@ -18,7 +18,7 @@ proc-macro = true
 serde = []
 
 [dependencies]
-darling = "0.10.0"
+darling = "0.12.0"
 syn = "1"
 quote = "1"
 proc-macro2 = "1"