Release 4.6.0
This commit is contained in:
parent
87ed6ab9bb
commit
b8044706ad
|
|
@ -8,7 +8,7 @@ members = [
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "4.5.0"
|
||||
version = "4.6.0"
|
||||
repository = "https://github.com/cloudflare/boring"
|
||||
edition = "2021"
|
||||
|
||||
|
|
@ -19,9 +19,9 @@ tag-prefix = ""
|
|||
publish = false
|
||||
|
||||
[workspace.dependencies]
|
||||
boring-sys = { version = "4.5.0", path = "./boring-sys" }
|
||||
boring = { version = "4.5.0", path = "./boring" }
|
||||
tokio-boring = { version = "4.5.0", path = "./tokio-boring" }
|
||||
boring-sys = { version = "4.6.0", path = "./boring-sys" }
|
||||
boring = { version = "4.6.0", path = "./boring" }
|
||||
tokio-boring = { version = "4.6.0", path = "./tokio-boring" }
|
||||
|
||||
bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] }
|
||||
cmake = "0.1.18"
|
||||
|
|
|
|||
977
RELEASE_NOTES
977
RELEASE_NOTES
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue