Skip to content

Commit

Permalink
Upgrade lightningcss to 1.0.0-alpha41
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Apr 30, 2023
1 parent dbc1432 commit 420581d
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 @@ -19,7 +19,7 @@ num-traits = { version = "0.2", default-features = false }
serde = { version = "1.0", optional = true, features = ["serde_derive"] }
slotmap = { version = "1.0.6", optional = true }
grid = { version = "0.9.0", optional = true }
lightningcss = { version = "1.0.0-alpha.40", optional = true, default-features = false, features = ["grid"] }
lightningcss = { version = "1.0.0-alpha.41", optional = true, default-features = false, features = ["grid"] }

[features]
default = ["std", "flexbox", "grid", "taffy_tree", "css"]
Expand Down

0 comments on commit 420581d

Please sign in to comment.