From 59765f3e0e53d5f4727bc5547409bd87a2c60d96 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Sat, 13 Nov 2021 23:55:48 -0800 Subject: [PATCH] Cargo.toml: update version number to match git tag (#221) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53210e20..29a4b543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-ffi" -version = "0.8.0" +version = "0.8.1" authors = ["Jacob Hoffman-Andrews "] description = "C-to-rustls bindings" edition = "2018"