Skip to content

Commit

Permalink
Update grid requirement from 0.10.0 to 0.11.0 (#535)
Browse files Browse the repository at this point in the history
Updates the requirements on [grid](https://github.com/becheran/grid) to permit the latest version.
- [Release notes](https://github.com/becheran/grid/releases)
- [Commits](becheran/grid@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: grid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 7d47e4f commit c690292
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 @@ -18,7 +18,7 @@ arrayvec = { version = "0.7", default-features = false }
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.10.0", default-features = false, optional = true }
grid = { version = "0.11.0", default-features = false, optional = true }

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

0 comments on commit c690292

Please sign in to comment.