From 71a881f3f52e87594e9f3303323a21bf581c8fc1 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Wed, 4 Apr 2018 01:12:01 +0200 Subject: [PATCH] (cargo-release) version 2.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"