This commit is contained in:
0x676e67 2025-02-02 19:32:21 +08:00
parent 30c6bedc4d
commit 7410a00788
2 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ members = [
resolver = "2"
[workspace.package]
version = "4.14.2"
version = "4.15.0"
repository = "https://github.com/0x676e67/boring2"
edition = "2021"
@ -19,9 +19,9 @@ tag-prefix = ""
publish = false
[workspace.dependencies]
boring-sys = { package = "boring-sys2", version = "4.14.2", path = "./boring-sys" }
boring = { package = "boring2", version = "4.14.2", path = "./boring" }
tokio-boring = { package = "tokio-boring2", version = "4.14.2", path = "./tokio-boring" }
boring-sys = { package = "boring-sys2", version = "4.15.0", path = "./boring-sys" }
boring = { package = "boring2", version = "4.15.0", path = "./boring" }
tokio-boring = { package = "tokio-boring2", version = "4.15.0", path = "./tokio-boring" }
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
bytes = "1"

View File

@ -1,8 +1,8 @@
# boring
# boring2
[![crates.io](https://img.shields.io/crates/v/boring2.svg)](https://crates.io/crates/boring2)
BoringSSL bindings are available for the Rust programming language, and the [HTTP Client](https://github.com/0x676e67/rquest) is built on top of it.
BoringSSL bindings are available for the Rust programming language, and the HTTP [Client](https://github.com/0x676e67/rquest) is built on top of it.
## Non-goals