Release 4.10.3 (#280)

This commit is contained in:
Rushil Mehra 2024-09-23 10:06:51 +02:00 committed by GitHub
parent 0596b2dcab
commit 294796f7f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -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"

View File

@ -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