From 5b913f92092278db58cdb9c67199ee1ccce0f583 Mon Sep 17 00:00:00 2001 From: Dorival Pedroso Date: Mon, 9 Oct 2023 17:58:34 +1000 Subject: [PATCH] Update plotpy version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c2271a..c7dee3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["mathematics", "science"] keywords = ["2D", "3D", "mesh", "geometry"] [dependencies] -plotpy = { path = "../plotpy", version = "0.4" } +plotpy = "0.5" once_cell = "1.12.0" [build-dependencies]