Skip to content

Commit 65fc756

Browse files
Update darling requirement from 0.21 to 0.23
Updates the requirements on [darling](https://github.com/TedDriggs/darling) to permit the latest version. - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](TedDriggs/darling@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: darling dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca2b3ca commit 65fc756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

enumset_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ std_deprecation_warning = []
1919
serde2_deprecation_warning = []
2020

2121
[dependencies]
22-
darling = { version = "0.21", default-features = false }
22+
darling = { version = "0.23", default-features = false }
2323
syn = "2"
2424
quote = "1"
2525
proc-macro2 = "1"

0 commit comments

Comments
 (0)