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 Oct 12, 2023
1 parent a45b1c5 commit 4222016
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 @@ -20,7 +20,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.11.0", default-features = false, 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", "block_layout", "taffy_tree", "css"]
Expand Down

0 comments on commit 4222016

Please sign in to comment.