Skip to content

Commit 395f578

Browse files
committed
v4.21.1
Only fixes docs.rs builds
1 parent 64b3e14 commit 395f578

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- master
11+
- v4.x
1112

1213
env:
1314
RUSTFLAGS: -Dwarnings

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 = "4.21.0"
11+
version = "4.21.1"
1212
repository = "https://github.com/cloudflare/boring"
1313
edition = "2021"
1414

@@ -19,9 +19,9 @@ tag-prefix = ""
1919
publish = false
2020

2121
[workspace.dependencies]
22-
boring-sys = { version = "4.21.0", path = "./boring-sys" }
23-
boring = { version = "4.21.0", path = "./boring" }
24-
tokio-boring = { version = "4.21.0", path = "./tokio-boring" }
22+
boring-sys = { version = "4.21.1", path = "./boring-sys" }
23+
boring = { version = "4.21.1", path = "./boring" }
24+
tokio-boring = { version = "4.21.1", path = "./tokio-boring" }
2525

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

0 commit comments

Comments
 (0)