Skip to content

Commit

Permalink
v4.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Feb 13, 2025
1 parent 8adb21b commit e7c534c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
resolver = "2"

[workspace.package]
version = "4.15.3"
version = "4.15.5"
repository = "https://github.com/0x676e67/boring2"
edition = "2021"

Expand All @@ -18,9 +18,9 @@ tag-prefix = ""
publish = false

[workspace.dependencies]
boring-sys = { package = "boring-sys2", version = "4.15.3", path = "./boring-sys" }
boring = { package = "boring2", version = "4.15.3", path = "./boring" }
tokio-boring = { package = "tokio-boring2", version = "4.15.3", path = "./tokio-boring" }
boring-sys = { package = "boring-sys2", version = "4.15.5", path = "./boring-sys" }
boring = { package = "boring2", version = "4.15.5", path = "./boring" }
tokio-boring = { package = "tokio-boring2", version = "4.15.5", path = "./tokio-boring" }

bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
bytes = "1"
Expand Down

0 comments on commit e7c534c

Please sign in to comment.