summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorcc <cc@localhost>2025-08-25 22:58:03 -0700
committercc <cc@localhost>2025-08-25 22:58:07 -0700
commit5c9746dccf6a77bf4a921a4420b663e05af6247c (patch)
treec10572f312a1c13886d39316365b429fa1c6b59b /Cargo.toml
parenta3f05d181c39d2060c1b0461101402004a7d02f1 (diff)
Update versionHEADmaster
As I have fixed up some of the code, a different version number is in order
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <coco@hexgolems.com>", "cc <cc@localhost>"]
description = "A simple AVL Tree implementation"
edition = "2024"