From 34929928c40e3c3c5762b2bb2cfec3e2d79b5438 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Fri, 16 Sep 2022 13:13:08 -0500 Subject: [PATCH] bump version number for tokio-boring this is necessary so we can publish a version with the `fips` feature, even though in practice the crate is exactly the same. --- tokio-boring/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-boring/Cargo.toml b/tokio-boring/Cargo.toml index 9622b671..57fa8b30 100644 --- a/tokio-boring/Cargo.toml +++ b/tokio-boring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-boring" -version = "2.1.4" +version = "2.1.5" authors = ["Alex Crichton ", "Ivan Nikulin "] license = "MIT/Apache-2.0" edition = "2018"