From 6a7bbb5272b51754ce47ee12430c5221ad22aa7b Mon Sep 17 00:00:00 2001 From: Timo Tiuraniemi Date: Wed, 12 Apr 2023 09:19:41 +0300 Subject: [PATCH] Release 6.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9cc382..ee729ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flat-tree" -version = "6.0.0-beta.0" +version = "6.0.0" description = "Series of functions to map a binary tree to a list" authors = ["Mathias Buus ", "Timo Tiuraniemi "] repository = "https://github.com/datrs/flat-tree"