From abb7c80de79b3c30d499ec551c1192888a955448 Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Thu, 7 Apr 2022 09:06:12 +1000 Subject: [PATCH] Bump version 0.10.0 -> 0.11.0 We just bumped the MSRV, this is a major change but since we are pre 1.0 we just have to bump the minor version number. Bump version from current `0.10.0` to `0.11.0`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f96ba76..0624e49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin_hashes" -version = "0.10.0" +version = "0.11.0" authors = ["Andrew Poelstra "] license = "CC0-1.0" description = "Hash functions used by rust-bitcoin which support rustc 1.29.0"