From ab07fde4f01d05f21e2141c53f9905b01d56dc39 Mon Sep 17 00:00:00 2001 From: starlord Date: Sat, 17 Aug 2024 15:43:49 +0300 Subject: [PATCH] version bump --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ed53aa..5639dfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ version = "0.1.0" dependencies = [ "eframe", "egui 0.28.1", - "egui_graphs 0.20.0", + "egui_graphs 0.21.0", "petgraph", ] @@ -1960,7 +1960,7 @@ version = "0.1.0" dependencies = [ "eframe", "egui 0.28.1", - "egui_graphs 0.20.0", + "egui_graphs 0.21.0", "petgraph", ] @@ -1994,7 +1994,7 @@ dependencies = [ "crossbeam", "eframe", "egui 0.28.1", - "egui_graphs 0.20.0", + "egui_graphs 0.21.0", "fdg", "petgraph", "rand", @@ -2211,7 +2211,7 @@ dependencies = [ [[package]] name = "egui_graphs" -version = "0.20.0" +version = "0.21.0" dependencies = [ "crossbeam", "egui 0.28.1", @@ -3089,7 +3089,7 @@ version = "0.1.0" dependencies = [ "eframe", "egui 0.28.1", - "egui_graphs 0.20.0", + "egui_graphs 0.21.0", "petgraph", ] @@ -3213,7 +3213,7 @@ version = "0.1.0" dependencies = [ "eframe", "egui 0.28.1", - "egui_graphs 0.20.0", + "egui_graphs 0.21.0", "petgraph", ] @@ -3449,7 +3449,7 @@ version = "0.1.0" dependencies = [ "eframe", "egui 0.28.1", - "egui_graphs 0.20.0", + "egui_graphs 0.21.0", "petgraph", ] @@ -4979,7 +4979,7 @@ version = "0.1.0" dependencies = [ "eframe", "egui 0.28.1", - "egui_graphs 0.20.0", + "egui_graphs 0.21.0", "petgraph", ] @@ -5162,7 +5162,7 @@ version = "0.1.0" dependencies = [ "eframe", "egui 0.28.1", - "egui_graphs 0.20.0", + "egui_graphs 0.21.0", "env_logger", "getrandom", "instant", @@ -5630,7 +5630,7 @@ version = "0.1.0" dependencies = [ "eframe", "egui 0.28.1", - "egui_graphs 0.20.0", + "egui_graphs 0.21.0", "petgraph", ] diff --git a/Cargo.toml b/Cargo.toml index fd7036b..cbe4cae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_graphs" -version = "0.20.0" +version = "0.21.0" authors = ["Dmitrii Samsonov "] license = "MIT" homepage = "https://github.com/blitzarx1/egui_graphs"