Skip to content

Commit 8d35c78

Browse files
committed
Allow pq-experimental for v4 back-compat
1 parent 9b098e6 commit 8d35c78

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-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 = "5.0.0-alpha.2"
11+
version = "5.0.0-alpha.3"
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 = "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

2626
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
2727
bitflags = "2.9"

boring/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ fips = ["boring-sys/fips"]
2525
# **DO NOT USE** This will be removed without warning in future releases.
2626
legacy-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

0 commit comments

Comments
 (0)