v4.21.1
Only fixes docs.rs builds
This commit is contained in:
parent
64b3e14976
commit
395f57810b
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- v4.x
|
||||
|
||||
env:
|
||||
RUSTFLAGS: -Dwarnings
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user