rename rboring-sys to boring-sys2
This commit is contained in:
parent
c77b15182d
commit
6b5844021d
|
|
@ -19,7 +19,7 @@ tag-prefix = ""
|
|||
publish = false
|
||||
|
||||
[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" }
|
||||
tokio-boring = { package = "tokio-rboring", version = "4.11.0", path = "./tokio-boring" }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "rboring-sys"
|
||||
name = "boring-sys2"
|
||||
version = { workspace = true }
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>",
|
||||
"Steven Fackler <sfackler@gmail.com>",
|
||||
|
|
@ -7,7 +7,7 @@ authors = ["Alex Crichton <alex@alexcrichton.com>",
|
|||
license = "MIT"
|
||||
description = "FFI bindings to BoringSSL"
|
||||
repository = { workspace = true }
|
||||
documentation = "https://docs.rs/rboring-sys"
|
||||
documentation = "https://docs.rs/boring-sys2"
|
||||
links = "boringssl"
|
||||
build = "build/main.rs"
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Reference in New Issue