From db014091653b3ace7e653fb761f7960e8965d3a4 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Thu, 8 Feb 2024 10:11:54 +0100 Subject: [PATCH] Release 4.5.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fbb60526..6fe8c4f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "4.4.1" +version = "4.5.0" repository = "https://github.com/cloudflare/boring" edition = "2021" @@ -19,9 +19,9 @@ tag-prefix = "" publish = false [workspace.dependencies] -boring-sys = { version = "4.4.1", path = "./boring-sys" } -boring = { version = "4.4.1", path = "./boring" } -tokio-boring = { version = "4.4.1", path = "./tokio-boring" } +boring-sys = { version = "4.5.0", path = "./boring-sys" } +boring = { version = "4.5.0", path = "./boring" } +tokio-boring = { version = "4.5.0", path = "./tokio-boring" } bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] } cmake = "0.1.18"