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.
This commit is contained in:
Joshua Nelson 2022-09-16 13:13:08 -05:00
parent da2c13e761
commit 34929928c4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tokio-boring" name = "tokio-boring"
version = "2.1.4" version = "2.1.5"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Ivan Nikulin <ifaaan@gmail.com>"] authors = ["Alex Crichton <alex@alexcrichton.com>", "Ivan Nikulin <ifaaan@gmail.com>"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
edition = "2018" edition = "2018"