From 153011ea2d86af105aaf672ab6f2759a37d7e80d Mon Sep 17 00:00:00 2001 From: larzie Date: Mon, 9 Dec 2024 15:38:59 +0300 Subject: [PATCH] Update --- llgvis/Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/llgvis/Cargo.toml b/llgvis/Cargo.toml index 0c79dc479..30ebe91e4 100644 --- a/llgvis/Cargo.toml +++ b/llgvis/Cargo.toml @@ -1,11 +1,10 @@ [package] name = "llgvis" version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +edition = "2024" [dependencies] esp = { path = "../server/esp" } globed-derive = { path = "../server/derive" } -plotters = "0.3.5" + +plotters = "0.3.7"