From fa155a1bf2254a42010b11b112282b71a51f675a Mon Sep 17 00:00:00 2001 From: Chris Branch Date: Thu, 26 Oct 2023 13:38:23 +0100 Subject: [PATCH] Release 4.0.0-rc.1 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6f1c0205..adb1705c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,14 +8,14 @@ members = [ resolver = "2" [workspace.package] -version = "3.1.0" +version = "4.0.0-rc.1" repository = "https://github.com/cloudflare/boring" edition = "2021" [workspace.dependencies] -boring-sys = { version = "3.1.0", path = "./boring-sys" } -boring = { version = "3.1.0", path = "./boring" } -tokio-boring = { version = "3.1.0", path = "./tokio-boring" } +boring-sys = { version = "4.0.0-rc.1", path = "./boring-sys" } +boring = { version = "4.0.0-rc.1", path = "./boring" } +tokio-boring = { version = "4.0.0-rc.1", path = "./tokio-boring" } bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] } cmake = "0.1.18"