diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-02-13 14:51:15 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-02-13 14:51:15 +0200 |
commit | 24e5572112a72818b37d3a82c08ba929c238d9f9 (patch) | |
tree | 2e6083837ffab12b9ccb64f701bf30d7e2246175 /Cargo.toml | |
parent | 2df06be1ce3b8693d50dbbadc4e47e2be2d6b0fd (diff) | |
download | tree-rs-master.tar.gz tree-rs-master.tar.bz2 tree-rs-master.zip |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |