diff options
| author | cc <cc@localhost> | 2025-08-25 22:58:03 -0700 |
|---|---|---|
| committer | cc <cc@localhost> | 2025-08-25 22:58:07 -0700 |
| commit | 5c9746dccf6a77bf4a921a4420b663e05af6247c (patch) | |
| tree | c10572f312a1c13886d39316365b429fa1c6b59b | |
| parent | a3f05d181c39d2060c1b0461101402004a7d02f1 (diff) | |
As I have fixed up some of the code, a different version number is in
order
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
