Skip to content

Commit d6564e9

Browse files
committed
Bump
1 parent 3ee9e6a commit d6564e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-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.0"
11+
version = "5.0.1"
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.0", path = "./boring-sys" }
24-
boring = { version = "5.0.0", path = "./boring" }
25-
tokio-boring = { version = "5.0.0", path = "./tokio-boring" }
23+
boring-sys = { version = "5.0.1", path = "./boring-sys" }
24+
boring = { version = "5.0.1", path = "./boring" }
25+
tokio-boring = { version = "5.0.1", path = "./tokio-boring" }
2626

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

0 commit comments

Comments
 (0)