This commit is contained in:
0x676e67 2024-09-22 07:57:54 +08:00
parent b0fe60dcf6
commit ef88a8572b
2 changed files with 4 additions and 4 deletions

View File

@ -19,9 +19,9 @@ tag-prefix = ""
publish = false publish = false
[workspace.dependencies] [workspace.dependencies]
boring-sys = { version = "4.10.2", path = "./rboring-sys" } boring-sys = { package = "rboring-sys", version = "4.10.2", path = "./boring-sys" }
boring = { version = "4.10.2", path = "./rboring" } boring = { package = "rboring", version = "4.10.2", path = "./boring" }
tokio-boring = { version = "4.10.2", path = "./rtokio-boring" } tokio-boring = { package = "tokio-rboring", version = "4.10.2", path = "./tokio-boring" }
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] } bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
bytes = "1" bytes = "1"

View File

@ -1,5 +1,5 @@
[package] [package]
name = "hyper-rboring" name = "hyper-boring"
version = { workspace = true } version = { workspace = true }
authors = ["Steven Fackler <sfackler@gmail.com>", "Ivan Nikulin <ifaaan@gmail.com>"] authors = ["Steven Fackler <sfackler@gmail.com>", "Ivan Nikulin <ifaaan@gmail.com>"]
edition = { workspace = true } edition = { workspace = true }