diff --git a/Cargo.toml b/Cargo.toml index c70374e..4f539ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flat-tree" -version = "2.0.2-alpha.0" +version = "2.1.0" description = "Rust module for encoding/decoding varints that doesn't do any IO. Inspired by the Node.js varint module" authors = ["Mathias Buus "] repository = "https://github.com/mafintosh/flat-tree-rs"