Skip to content

Commit

Permalink
Keep serde_with as 2.0 for MSRV too
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Mar 4, 2025
1 parent 7d761c1 commit 565922b
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 @@ -29,7 +29,7 @@ csv = "=1.2.2"
rand = "0.9"
serde_derive = "1.0"
serde_urlencoded = "0.7"
serde_with = "3.0"
serde_with = "2.0"

[features]
default = []
Expand Down

0 comments on commit 565922b

Please sign in to comment.