Skip to content

Commit eb1979a

Browse files
committed
Re-add fips-precompiled for v4 compat
1 parent 1dd77d1 commit eb1979a

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.1"
11+
version = "5.0.2"
1212
rust-version = "1.85"
1313
repository = "https://github.com/cloudflare/boring"
1414
edition = "2021"
@@ -20,9 +20,9 @@ tag-prefix = ""
2020
publish = false
2121

2222
[workspace.dependencies]
23-
boring-sys = { version = "5.0.1", path = "./boring-sys", default-features = false }
24-
boring = { version = "5.0.1", path = "./boring", default-features = false }
25-
tokio-boring = { version = "5.0.1", path = "./tokio-boring", default-features = false }
23+
boring-sys = { version = "5.0.2", path = "./boring-sys", default-features = false }
24+
boring = { version = "5.0.2", path = "./boring", default-features = false }
25+
tokio-boring = { version = "5.0.2", path = "./tokio-boring", default-features = false }
2626

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

boring/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ rpk = ["credential", "boring-sys/rpk"]
4949
# `BORING_BSSL{,_FIPS}_ASSUME_PATCHED`.
5050
underscore-wildcards = ["boring-sys/underscore-wildcards"]
5151

52+
# **DO NOT USE** This will be removed without warning in future releases.
53+
# Alias for 'fips', only for backwards compatibility.
54+
fips-precompiled = ["fips"]
55+
5256
[dependencies]
5357
bitflags = { workspace = true }
5458
foreign-types = { workspace = true }

0 commit comments

Comments
 (0)