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