Only fixes docs.rs builds
This commit is contained in:
Kornel 2026-01-23 13:04:04 +00:00
parent 64b3e14976
commit 395f57810b
2 changed files with 5 additions and 4 deletions

View File

@ -8,6 +8,7 @@ on:
push:
branches:
- master
- v4.x
env:
RUSTFLAGS: -Dwarnings

View File

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