Release 4.10.2 (#278)
This commit is contained in:
parent
b1a7434c19
commit
1a00540c16
|
|
@ -8,7 +8,7 @@ members = [
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "4.10.1"
|
version = "4.10.2"
|
||||||
repository = "https://github.com/cloudflare/boring"
|
repository = "https://github.com/cloudflare/boring"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
@ -19,9 +19,9 @@ tag-prefix = ""
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
boring-sys = { version = "4.10.1", path = "./boring-sys" }
|
boring-sys = { version = "4.10.2", path = "./boring-sys" }
|
||||||
boring = { version = "4.10.1", path = "./boring" }
|
boring = { version = "4.10.2", path = "./boring" }
|
||||||
tokio-boring = { version = "4.10.1", path = "./tokio-boring" }
|
tokio-boring = { version = "4.10.2", path = "./tokio-boring" }
|
||||||
|
|
||||||
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
|
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
|
||||||
bytes = "1"
|
bytes = "1"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
4.10.2
|
||||||
|
- 2024-09-18 boring-pq.patch Fix by not updating crypto_test_data.cc
|
||||||
|
|
||||||
4.10.1
|
4.10.1
|
||||||
- 2024-09-18 Don't support X25519MLKEM768 by default (yet)
|
- 2024-09-18 Don't support X25519MLKEM768 by default (yet)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue