Release 4.0.0-rc.2
This commit is contained in:
parent
8c90adbcdc
commit
d4518f5af7
|
|
@ -8,7 +8,7 @@ members = [
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "4.0.0-rc.1"
|
||||
version = "4.0.0-rc.2"
|
||||
repository = "https://github.com/cloudflare/boring"
|
||||
edition = "2021"
|
||||
|
||||
|
|
@ -19,9 +19,9 @@ tag-prefix = ""
|
|||
publish = false
|
||||
|
||||
[workspace.dependencies]
|
||||
boring-sys = { version = "4.0.0-rc.1", path = "./boring-sys" }
|
||||
boring = { version = "4.0.0-rc.1", path = "./boring" }
|
||||
tokio-boring = { version = "4.0.0-rc.1", path = "./tokio-boring" }
|
||||
boring-sys = { version = "4.0.0-rc.2", path = "./boring-sys" }
|
||||
boring = { version = "4.0.0-rc.2", path = "./boring" }
|
||||
tokio-boring = { version = "4.0.0-rc.2", path = "./tokio-boring" }
|
||||
|
||||
bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] }
|
||||
cmake = "0.1.18"
|
||||
|
|
|
|||
Loading…
Reference in New Issue