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.1 "
11+ version = " 5.0.2 "
1212rust-version = " 1.85"
1313repository = " https://github.com/cloudflare/boring"
1414edition = " 2021"
@@ -20,9 +20,9 @@ tag-prefix = ""
2020publish = 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
2727bindgen = { version = " 0.72.0" , default-features = false , features = [" runtime" ] }
2828bitflags = " 2.9"
Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ rpk = ["credential", "boring-sys/rpk"]
4949# `BORING_BSSL{,_FIPS}_ASSUME_PATCHED`.
5050underscore-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 ]
5357bitflags = { workspace = true }
5458foreign-types = { workspace = true }
You can’t perform that action at this time.
0 commit comments