Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ windows-sys = {version = "0.48", features = [ "Win32_Foundation", "Win32_Storage
tokio-vsock = { version = "0.7.0", optional = true }

[build-dependencies]
# lock home to avoid conflict with latest version
home = "=0.5.9"
protobuf-codegen = { workspace = true }

[features]
Expand Down
2 changes: 0 additions & 2 deletions compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ repository = "https://github.com/containerd/ttrpc-rust/tree/master/compiler"
homepage = "https://github.com/containerd/ttrpc-rust/tree/master/compiler"

[dependencies]
# lock home to avoid conflict with latest version
home = "=0.5.9"
protobuf = { workspace = true }
protobuf-codegen = { workspace = true }
prost = "0.8"
Expand Down
2 changes: 0 additions & 2 deletions ttrpc-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ readme = "README.md"


[dependencies]
# lock home to avoid conflict with latest version
home = "=0.5.9"
protobuf-support = { workspace = true }
protobuf = { workspace = true }
protobuf-codegen = { workspace = true }
Expand Down