Release 4.4.1

This commit is contained in:
Rushil Mehra 2024-02-02 08:45:45 -08:00 committed by Rushil Mehra
parent d3a42b0aeb
commit 7ead83cf40
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ members = [
resolver = "2"
[workspace.package]
version = "4.4.0"
version = "4.4.1"
repository = "https://github.com/cloudflare/boring"
edition = "2021"
@ -19,9 +19,9 @@ tag-prefix = ""
publish = false
[workspace.dependencies]
boring-sys = { version = "4.4.0", path = "./boring-sys" }
boring = { version = "4.4.0", path = "./boring" }
tokio-boring = { version = "4.4.0", path = "./tokio-boring" }
boring-sys = { version = "4.4.1", path = "./boring-sys" }
boring = { version = "4.4.1", path = "./boring" }
tokio-boring = { version = "4.4.1", path = "./tokio-boring" }
bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] }
cmake = "0.1.18"