From d0aa91c59cf9992b8837648d6377a10da9b6d8a1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 12 Jan 2022 07:23:07 -0800 Subject: [PATCH] Bump to 0.1.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 470b0d9..3713128 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-probe" -version = "0.1.4" +version = "0.1.5" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/openssl-probe"