Skip to content

Commit

Permalink
Better version for cfg-expr
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Aug 14, 2024
1 parent af3c824 commit cb55bef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions leptos-fluent-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ globwalk = "0.9"
fluent-templates.workspace = true
fluent-syntax = "0.11"
pathdiff = "0.2"
cfg-expr = "0.15"
# TODO: using the same of system-deps until a new version is released
# The problem is with the locking of trybuild
# See https://github.com/dtolnay/trybuild/issues/261
# TODO: using the same version for cfg-expr of system-deps until a new version is released
# The problem related with trybuild locking https://github.com/dtolnay/trybuild/issues/261
cfg-expr = ">=0.10,<0.16"
current_platform = ">=0.2"
serde = { version = "1", default-features = false, features = [
"derive"
Expand Down

0 comments on commit cb55bef

Please sign in to comment.