Skip to content

Commit 366e3ca

Browse files
Bump darling from 0.14.1 to 0.20.8
Bumps [darling](https://github.com/TedDriggs/darling) from 0.14.1 to 0.20.8. - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](TedDriggs/darling@v0.14.1...v0.20.8) --- updated-dependencies: - dependency-name: darling dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c95088 commit 366e3ca

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anchor-generate-cpi-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ compat-program-result = ["anchor-idl/compat-program-result"]
1919

2020
[dependencies]
2121
anchor-idl = { version = "0.3.0", path = "../anchor-idl" }
22-
darling = "0.14"
22+
darling = "0.20"
2323
syn = { version = "1", features = ["full"] }
2424

2525
[dev-dependencies]

crates/anchor-idl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ compat-program-result = []
1313

1414
[dependencies]
1515
anchor-syn = { version = "0.24.2", features = ["idl"] }
16-
darling = "0.14"
16+
darling = "0.20"
1717
heck = "0.4.1"
1818
proc-macro2 = "1"
1919
quote = "1"

0 commit comments

Comments
 (0)