From 5c9746dccf6a77bf4a921a4420b663e05af6247c Mon Sep 17 00:00:00 2001 From: cc Date: Mon, 25 Aug 2025 22:58:03 -0700 Subject: Update version As I have fixed up some of the code, a different version number is in order --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebfdb3f..0f20659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avl_tree" -version = "0.2.0" +version = "0.2.1" authors = ["Cornelius Aschermann ", "cc "] description = "A simple AVL Tree implementation" edition = "2024" -- cgit v1.2.1