Re-add fips-precompiled for v4 compat

This commit is contained in:
Kornel 2026-02-13 04:22:07 +00:00 committed by Kornel
parent 1f8a1041df
commit e71b24328f
2 changed files with 8 additions and 4 deletions

View File

@ -8,7 +8,7 @@ members = [
resolver = "2"
[workspace.package]
version = "5.0.1"
version = "5.0.2"
rust-version = "1.85"
repository = "https://github.com/cloudflare/boring"
edition = "2021"
@ -20,9 +20,9 @@ tag-prefix = ""
publish = false
[workspace.dependencies]
boring-sys = { version = "5.0.1", path = "./boring-sys", default-features = false }
boring = { version = "5.0.1", path = "./boring", default-features = false }
tokio-boring = { version = "5.0.1", path = "./tokio-boring", default-features = false }
boring-sys = { version = "5.0.2", path = "./boring-sys", default-features = false }
boring = { version = "5.0.2", path = "./boring", default-features = false }
tokio-boring = { version = "5.0.2", path = "./tokio-boring", default-features = false }
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
bitflags = "2.9"

View File

@ -49,6 +49,10 @@ rpk = ["credential", "boring-sys/rpk"]
# `BORING_BSSL{,_FIPS}_ASSUME_PATCHED`.
underscore-wildcards = ["boring-sys/underscore-wildcards"]
# **DO NOT USE** This will be removed without warning in future releases.
# Alias for 'fips', only for backwards compatibility.
fips-precompiled = ["fips"]
[dependencies]
bitflags = { workspace = true }
foreign-types = { workspace = true }