Skip to content

Commit 50437d5

Browse files
committed
v4.15.6
1 parent 46aeed7 commit 50437d5

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
@@ -7,7 +7,7 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "4.15.5"
10+
version = "4.15.6"
1111
repository = "https://github.com/0x676e67/boring2"
1212
edition = "2021"
1313

@@ -18,9 +18,9 @@ tag-prefix = ""
1818
publish = false
1919

2020
[workspace.dependencies]
21-
boring-sys = { package = "boring-sys2", version = "4.15.5", path = "./boring-sys" }
22-
boring = { package = "boring2", version = "4.15.5", path = "./boring" }
23-
tokio-boring = { package = "tokio-boring2", version = "4.15.5", path = "./tokio-boring" }
21+
boring-sys = { package = "boring-sys2", version = "4.15.6", path = "./boring-sys" }
22+
boring = { package = "boring2", version = "4.15.6", path = "./boring" }
23+
tokio-boring = { package = "tokio-boring2", version = "4.15.6", path = "./tokio-boring" }
2424

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

0 commit comments

Comments
 (0)