Skip to content

Commit

Permalink
darling: bump for minimal version compatibility (#153)
Browse files Browse the repository at this point in the history
This allows `-Z minimal-versions` to be used in derive_builder-using
crates.
  • Loading branch information
mathstuf authored and TedDriggs committed Oct 30, 2019
1 parent 39295e9 commit 0765974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion derive_builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ skeptic_tests = ["skeptic"]
nightlytests = ["compiletest_rs"]

[dependencies]
darling = "0.10"
darling = "0.10.2"
proc-macro2 = "1.0"
quote = "1.0"
log = { version = "0.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion derive_builder_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ logging = [ "log" ]
travis-ci = { repository = "colin-kiegel/rust-derive-builder" }

[dependencies]
darling = "0.10"
darling = "0.10.2"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full", "extra-traits"] }
Expand Down

0 comments on commit 0765974

Please sign in to comment.