summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-02-13 14:51:15 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-02-13 14:51:15 +0200
commit24e5572112a72818b37d3a82c08ba929c238d9f9 (patch)
tree2e6083837ffab12b9ccb64f701bf30d7e2246175 /Cargo.toml
parent2df06be1ce3b8693d50dbbadc4e47e2be2d6b0fd (diff)
downloadtree-rs-master.tar.gz
tree-rs-master.tar.bz2
tree-rs-master.zip
feat: level order recursive implementationHEADmaster
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 09c5232..9ac4409 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tree"
-version = "0.0.1"
+version = "0.0.3"
edition = "2021"
authors = ["Zhongheng Liu <z.liu@outlook.com.gr>"]
description = "Rust implementation of a binary tree data structure. Unstable and a work in progress."