From ab107fa54af4b4ef7c76405c3c82cb26c746c1ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 14:33:29 +0000 Subject: [PATCH] Update Rust crate wfc to 0.10.0 --- sanity-bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanity-bin/Cargo.toml b/sanity-bin/Cargo.toml index baa2163..50f816f 100644 --- a/sanity-bin/Cargo.toml +++ b/sanity-bin/Cargo.toml @@ -14,7 +14,7 @@ log = { version = "0.4.11", features = ["serde"] } rand = "0.7.3" ron = "0.6.2" serde = "1.0.117" -wfc = "0.9.2" +wfc = "0.10.0" bracket-pathfinding = "0.8.1" strum = "0.19.5" strum_macros = "0.20.1"