Skip to content

Commit

Permalink
bump minimum required cfg-expr
Browse files Browse the repository at this point in the history
to fix minimal-versions build

cf EmbarkStudios/cfg-expr#63
  • Loading branch information
dimbleby committed Oct 21, 2023
1 parent 137acd1 commit 00b737a
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 @@ -15,7 +15,7 @@ pkg-config = "0.3.23"
toml = { version = "0.8", default-features = false, features = ["parse"] }
version-compare = "0.1"
heck = "0.4"
cfg-expr = { version = "0.15", features = ["targets"] }
cfg-expr = { version = "0.15.5", features = ["targets"] }

[dev-dependencies]
lazy_static = "1"
Expand Down

0 comments on commit 00b737a

Please sign in to comment.