This commit is contained in:
0x676e67 2025-02-23 19:44:36 +08:00
parent 7ee98f663e
commit 1d18c908f0
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ members = [
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "4.15.6" version = "4.15.7"
repository = "https://github.com/0x676e67/boring2" repository = "https://github.com/0x676e67/boring2"
edition = "2021" edition = "2021"
@ -18,9 +18,9 @@ tag-prefix = ""
publish = false publish = false
[workspace.dependencies] [workspace.dependencies]
boring-sys = { package = "boring-sys2", version = "4.15.6", path = "./boring-sys" } boring-sys = { package = "boring-sys2", version = "4.15.7", path = "./boring-sys" }
boring = { package = "boring2", version = "4.15.6", path = "./boring" } boring = { package = "boring2", version = "4.15.7", path = "./boring" }
tokio-boring = { package = "tokio-boring2", version = "4.15.6", path = "./tokio-boring" } tokio-boring = { package = "tokio-boring2", version = "4.15.7", path = "./tokio-boring" }
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] } bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
bytes = "1" bytes = "1"