This commit is contained in:
0x676e67 2025-04-23 12:55:37 +08:00
parent ee6d225ea3
commit cb25aadd4e
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.11" version = "4.15.12"
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.11", path = "./boring-sys" } boring-sys = { package = "boring-sys2", version = "4.15.12", path = "./boring-sys" }
boring = { package = "boring2", version = "4.15.11", path = "./boring" } boring = { package = "boring2", version = "4.15.12", path = "./boring" }
tokio-boring = { package = "tokio-boring2", version = "4.15.11", path = "./tokio-boring" } tokio-boring = { package = "tokio-boring2", version = "4.15.12", 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"