File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ members = [
88resolver = " 2"
99
1010[workspace .package ]
11- version = " 4.12 .0"
11+ version = " 4.13 .0"
1212repository = " https://github.com/cloudflare/boring"
1313edition = " 2021"
1414
@@ -19,9 +19,9 @@ tag-prefix = ""
1919publish = 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
2626bindgen = { version = " 0.70.1" , default-features = false , features = [" runtime" ] }
2727bytes = " 1"
Original file line number Diff line number Diff line change 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+
194.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
You can’t perform that action at this time.
0 commit comments