From 01a3c2cbfc882e54652d3ae27927d62f78c71d7e Mon Sep 17 00:00:00 2001 From: Ohad Ravid Date: Sun, 10 Oct 2021 21:22:07 +0300 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f49c52d..344507c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wmi" -version = "0.9.0" +version = "0.9.1" authors = ["Ohad Ravid "] edition = "2018" license = "MIT OR Apache-2.0" @@ -47,4 +47,4 @@ name = "wmiq" [[bench]] name = "benchmark" path = "./src/benches/benchmark.rs" -harness = false \ No newline at end of file +harness = false