From 9426325669333d261eaa13ec6e305ef72ad8238c Mon Sep 17 00:00:00 2001 From: azizkayumov Date: Wed, 7 Feb 2024 21:38:35 +0900 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e149e2e..23d0e9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lctree" -version = "0.3.2" +version = "0.3.3" edition = "2021" rust-version = "1.63" description = "Rust implementation of Link-Cut-Tree: self-balancing data structure to maintain a forest of rooted trees."