From aaafa91cbeb0afc9b75b78a9ab1bc02696c73146 Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 21 Aug 2024 22:59:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Bump=20turf=20version?= =?UTF-8?q?=20(0.8.0=20->=200.9.3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93f6817..29e7bba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tracing = "0.1.40" tracing-forest = "0.1.6" # SCSS -> CSS + usage in rust code -turf = "0.8.0" +turf = "0.9.3" # Dioxus # dioxus-free-icons = { version = "0.8", features = ["ionicons", "font-awesome-solid"] }