diff --git a/Cargo.toml b/Cargo.toml index d5f884b..27867e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flat-tree" -version = "5.0.0" +version = "5.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"