diff --git a/Cargo.toml b/Cargo.toml index 1dfcb1eed..7f8f299a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1.0", default-features = false, optional = true, features = "serde_derive", ] } slotmap = { version = "1.0.6", default-features = false, optional = true } -grid = { version = "0.14.0", default-features = false, optional = true } +grid = { version = "0.15.0", default-features = false, optional = true } [package.metadata.docs.rs] # To test all the documentation related features, run: