From fa4d18569d2a28101f33eea32ec8c1794536db9c Mon Sep 17 00:00:00 2001 From: Adrien Burgun Date: Mon, 11 Jul 2022 09:52:19 +0200 Subject: [PATCH] :up_arrow: Upgrade veccell --- stackline/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackline/Cargo.toml b/stackline/Cargo.toml index 6463d69..b5558cc 100755 --- a/stackline/Cargo.toml +++ b/stackline/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" palette = "0.6" enum_dispatch = "0.3" contracts = { version = "0.6.3", features = ["override_debug"] } -veccell = "0.2.1" +veccell = "0.3.0" pathfinding = "3.0" [dev-dependencies]