v5.0.0-alpha.1
This commit is contained in:
parent
eaf49e631e
commit
53e9475c68
|
|
@ -7,7 +7,7 @@ members = [
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "4.15.13"
|
version = "5.0.0-alpha.1"
|
||||||
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.13", path = "./boring-sys" }
|
boring-sys = { package = "boring-sys2", version = "5.0.0-alpha.1", path = "./boring-sys" }
|
||||||
boring = { package = "boring2", version = "4.15.13", path = "./boring" }
|
boring = { package = "boring2", version = "5.0.0-alpha.1", path = "./boring" }
|
||||||
tokio-boring = { package = "tokio-boring2", version = "4.15.13", path = "./tokio-boring" }
|
tokio-boring = { package = "tokio-boring2", version = "5.0.0-alpha.1", path = "./tokio-boring" }
|
||||||
|
|
||||||
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
|
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
|
||||||
bytes = "1"
|
bytes = "1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue