rename rboring-sys to boring-sys2

This commit is contained in:
0x676e67 2024-11-15 10:42:09 +08:00
parent c77b15182d
commit 6b5844021d
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ tag-prefix = ""
publish = false publish = false
[workspace.dependencies] [workspace.dependencies]
boring-sys = { package = "rboring-sys", version = "4.11.0", path = "./boring-sys" } boring-sys = { package = "boring-sys2", version = "4.11.0", path = "./boring-sys" }
boring = { package = "rboring", version = "4.11.0", path = "./boring" } boring = { package = "rboring", version = "4.11.0", path = "./boring" }
tokio-boring = { package = "tokio-rboring", version = "4.11.0", path = "./tokio-boring" } tokio-boring = { package = "tokio-rboring", version = "4.11.0", path = "./tokio-boring" }

View File

@ -1,5 +1,5 @@
[package] [package]
name = "rboring-sys" name = "boring-sys2"
version = { workspace = true } version = { workspace = true }
authors = ["Alex Crichton <alex@alexcrichton.com>", authors = ["Alex Crichton <alex@alexcrichton.com>",
"Steven Fackler <sfackler@gmail.com>", "Steven Fackler <sfackler@gmail.com>",
@ -7,7 +7,7 @@ authors = ["Alex Crichton <alex@alexcrichton.com>",
license = "MIT" license = "MIT"
description = "FFI bindings to BoringSSL" description = "FFI bindings to BoringSSL"
repository = { workspace = true } repository = { workspace = true }
documentation = "https://docs.rs/rboring-sys" documentation = "https://docs.rs/boring-sys2"
links = "boringssl" links = "boringssl"
build = "build/main.rs" build = "build/main.rs"
readme = "README.md" readme = "README.md"