Skip to content

Commit

Permalink
Pin a particular version of tokio-vsock and delete our copy
Browse files Browse the repository at this point in the history
We pin the same revision with bazel, so might as well do it with cargo.

Bug: 349587946
Bug: 349588751
Change-Id: I985a267b2c4f7dcd530a36231562cb99b710d514
  • Loading branch information
andrisaar committed Jul 12, 2024
1 parent ab440a9 commit 9f78ae2
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 5,234 deletions.
25 changes: 22 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ tonic = "*"
tonic-build = { version = "*", default-features = false }

[patch.crates-io]
tokio-vsock = { path = "third_party/tokio-vsock" }
tokio-vsock = { git = "https://github.com/rust-vsock/tokio-vsock", rev = "2a52faeb4ede7d9712adbc096e547ab7ea766f4b" }
5 changes: 0 additions & 5 deletions third_party/tokio-vsock/.gitignore

This file was deleted.

31 changes: 0 additions & 31 deletions third_party/tokio-vsock/Cargo.toml

This file was deleted.

201 changes: 0 additions & 201 deletions third_party/tokio-vsock/LICENSE

This file was deleted.

67 changes: 0 additions & 67 deletions third_party/tokio-vsock/Makefile

This file was deleted.

Loading

0 comments on commit 9f78ae2

Please sign in to comment.