Skip to content

Commit ea391fc

Browse files
committed
Release 4.13.0
1 parent 57fbe0f commit ea391fc

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "4.12.0"
11+
version = "4.13.0"
1212
repository = "https://github.com/cloudflare/boring"
1313
edition = "2021"
1414

@@ -19,9 +19,9 @@ tag-prefix = ""
1919
publish = false
2020

2121
[workspace.dependencies]
22-
boring-sys = { version = "4.12.0", path = "./boring-sys" }
23-
boring = { version = "4.12.0", path = "./boring" }
24-
tokio-boring = { version = "4.12.0", path = "./tokio-boring" }
22+
boring-sys = { version = "4.13.0", path = "./boring-sys" }
23+
boring = { version = "4.13.0", path = "./boring" }
24+
tokio-boring = { version = "4.13.0", path = "./tokio-boring" }
2525

2626
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
2727
bytes = "1"

RELEASE_NOTES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
4.13.0
2+
- 2024-11-26 Sync X509StoreBuilder with openssl
3+
- 2024-11-26 Sync X509VerifyFlags with openssl
4+
- 2021-11-21 More corresponds from openssl
5+
- 2024-11-28 Work around Rust settings inconsistent iOS SDK version
6+
- 2024-11-28 Clippy
7+
- 2024-03-11 Fix Windows build
8+
19
4.12.0
210
- 2024-11-20 Add bindings for SSL_CB_ACCEPT_EXIT and SSL_CB_CONNECT_EXIT
311
- 2024-10-22 (ci): brew link x86 toolchain for macos13 runner

0 commit comments

Comments
 (0)