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"