From 27277762f62bb46ec18599775f2fab8713f6e986 Mon Sep 17 00:00:00 2001 From: Timo Tiuraniemi Date: Tue, 28 Feb 2023 11:16:29 +0200 Subject: [PATCH] Use a new version number to avoid resolution mixups --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"