Skip to content

Commit

Permalink
Update to toml 0.8 and itertools 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege authored and gdesmott committed Oct 3, 2023
1 parent 76eecdb commit 9dec96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ readme = "README.md"

[dependencies]
pkg-config = "0.3.23"
toml = { version = "0.7", default-features = false, features = ["parse"] }
toml = { version = "0.8", default-features = false, features = ["parse"] }
version-compare = "0.1"
heck = "0.4"
cfg-expr = { version = "0.15", features = ["targets"] }

[dev-dependencies]
lazy_static = "1"
itertools = "0.10"
itertools = "0.11"
assert_matches = "1.5"

0 comments on commit 9dec96a

Please sign in to comment.