aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry73204 <jerry73204@gmail.com>2019-05-12 15:26:12 +0800
committerjerry73204 <jerry73204@gmail.com>2019-05-12 15:26:12 +0800
commit82cb02e92bc17f21c76c032edfc5275d63391104 (patch)
treea200e2cc7d4c4b14c30f9ca11b97777c72455874
parent1561e910327d2c43e6bb1daad4940b836990b4e5 (diff)
downloadziptree-rs-82cb02e92bc17f21c76c032edfc5275d63391104.tar.gz
ziptree-rs-82cb02e92bc17f21c76c032edfc5275d63391104.tar.zst
ziptree-rs-82cb02e92bc17f21c76c032edfc5275d63391104.zip
Bump to 0.1.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a5b28f0..2f48630 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ziptree"
-version = "0.1.0"
+version = "0.1.1"
authors = ["jerry73204 <jerry73204@gmail.com>"]
edition = "2018"
description = "Tarjan's zip tree implemented in Rust"