Skip to content

Commit 6b5e5ff

Browse files
Update grid requirement from 0.16.0 to 0.17.0 (#842)
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.16.0...v0.17.0) --- updated-dependencies: - dependency-name: grid dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bace2c commit 6b5e5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde = { version = "1.0", default-features = false, optional = true, features =
2222
"serde_derive",
2323
] }
2424
slotmap = { version = "1.0.6", default-features = false, optional = true }
25-
grid = { version = "0.16.0", default-features = false, optional = true }
25+
grid = { version = "0.17.0", default-features = false, optional = true }
2626

2727
[package.metadata.docs.rs]
2828
# To test all the documentation related features, run:

0 commit comments

Comments
 (0)