Skip to content

Commit

Permalink
Increase serde_derive dependeny lower bound to 1.0.185
Browse files Browse the repository at this point in the history
This was the intention of PR #3427, but the serde lower bound was
increased instead. This increase had the desired effect, but the mistake
ought still to be corrected.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Oct 24, 2023
1 parent 58fbded commit 4ba1c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ version = "1.0.185"
optional = true

[dependencies.serde_derive]
version = "1.0.119"
version = "1.0.185"
optional = true

[dependencies.serde_json]
Expand Down

0 comments on commit 4ba1c6d

Please sign in to comment.