From 294796f7f6b84f9a86aaf37c4ac9055ea6a405c5 Mon Sep 17 00:00:00 2001 From: Rushil Mehra <84047965+rushilmehra@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:06:51 +0200 Subject: [PATCH] Release 4.10.3 (#280) --- Cargo.toml | 8 ++++---- RELEASE_NOTES | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ffe403b2..1581b939 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "4.10.2" +version = "4.10.3" repository = "https://github.com/cloudflare/boring" edition = "2021" @@ -19,9 +19,9 @@ tag-prefix = "" publish = false [workspace.dependencies] -boring-sys = { version = "4.10.2", path = "./boring-sys" } -boring = { version = "4.10.2", path = "./boring" } -tokio-boring = { version = "4.10.2", path = "./tokio-boring" } +boring-sys = { version = "4.10.3", path = "./boring-sys" } +boring = { version = "4.10.3", path = "./boring" } +tokio-boring = { version = "4.10.3", path = "./tokio-boring" } bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] } bytes = "1" diff --git a/RELEASE_NOTES b/RELEASE_NOTES index f1531f74..8e36ab05 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,6 @@ +4.10.3 +- 2024-09-21 Set MSRV to 1.70 (#279) + 4.10.2 - 2024-09-18 boring-pq.patch Fix by not updating crypto_test_data.cc