File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-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 = " 5.0.0-alpha.2 "
11+ version = " 5.0.0-alpha.3 "
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 = " 5.0.0-alpha.2 " , path = " ./boring-sys" }
23- boring = { version = " 5.0.0-alpha.2 " , path = " ./boring" }
24- tokio-boring = { version = " 5.0.0-alpha.2 " , path = " ./tokio-boring" }
22+ boring-sys = { version = " 5.0.0-alpha.3 " , path = " ./boring-sys" }
23+ boring = { version = " 5.0.0-alpha.3 " , path = " ./boring" }
24+ tokio-boring = { version = " 5.0.0-alpha.3 " , path = " ./tokio-boring" }
2525
2626bindgen = { version = " 0.72.0" , default-features = false , features = [" runtime" ] }
2727bitflags = " 2.9"
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ fips = ["boring-sys/fips"]
2525# **DO NOT USE** This will be removed without warning in future releases.
2626legacy-compat-deprecated = []
2727
28+ # **DO NOT USE** This will be removed without warning in future releases.
29+ # PQ is always enabled. This feature is a no-op, only for backwards compatibility.
30+ pq-experimental = []
31+
2832# Enables Raw public key API (https://datatracker.ietf.org/doc/html/rfc7250)
2933# This feature is necessary in order to compile the bindings for the
3034# default branch of boringSSL. Alternatively, a version of boringSSL that
You can’t perform that action at this time.
0 commit comments