Skip to content

Commit

Permalink
reindeer: tokio-vsock feature tonic-conn
Browse files Browse the repository at this point in the history
Summary:
1. Added `tonic-conn` feature of tokio-vsock
2. This caused problems due to version mismtach described [in this post](https://fb.workplace.com/groups/rust.language/posts/27494647173490537)
3. Relaxed tonic dependency version [in the upstream](rust-vsock/tokio-vsock#53)
4. Now waiting for upstream to release 0.6.1 or higher. So, pointing Cargo.toml at a specific commit in the meanwhile

Differential Revision: D66719971

fbshipit-source-id: dc5587769877d07cd3bbccbb6faa1be01d6ad1db
  • Loading branch information
Artem Ignatyev authored and facebook-github-bot committed Dec 13, 2024
1 parent 86145ca commit e1c7e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ perf-event-open-sys = { version = "4.0", git = "https://github.com/krallin/perf-
plexi-core = { git = "https://github.com/haochenuw/plexi", rev = "a0326d9802a594ca5382b075620135607e1cdb23" }
pyo3-build-config = { package = "pyo3-build-config", version = "0.21.2", git = "https://github.com/fbsource/pyo3", rev = "ff94a09031cc29d88d57ae3c846e5b871497aeb9" }
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
tokio-vsock = { git = "https://github.com/rust-vsock/tokio-vsock", rev = "ae7a7843bf00bd72794ac912ae9504cc1378da7c" }
tracing-attributes = { git = "https://github.com/tokio-rs/tracing.git", rev = "70a867877d5232b686d5fd70bbb4cbf37f4b38c6" }
uefisettings = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" }
uefisettings_backend_thrift = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" }
Expand Down

0 comments on commit e1c7e12

Please sign in to comment.