Skip to content

Commit

Permalink
Pull in serde NaN fix
Browse files Browse the repository at this point in the history
Fixes #5.
  • Loading branch information
dtolnay committed Oct 26, 2023
1 parent fbb3210 commit 0e0c115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/basic-toml"

[dependencies]
serde = "1.0.166"
serde = "1.0.190"

[dev-dependencies]
semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.166", features = ["derive"] }
serde_derive = "1.0.166"
serde = { version = "1.0.190", features = ["derive"] }
serde_derive = "1.0.190"
serde_json = "1.0.99"

[lib]
Expand Down

0 comments on commit 0e0c115

Please sign in to comment.