v4.10.2
This commit is contained in:
parent
b0fe60dcf6
commit
ef88a8572b
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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 }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue