From a8a3ecc4877b873d7e20bcba5a86c4532e0f0f93 Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Fri, 11 Jul 2025 13:42:24 +0800 Subject: [PATCH] build: remove lock crate home We can build without that now. Signed-off-by: Tim Zhang --- Cargo.toml | 2 -- compiler/Cargo.toml | 2 -- ttrpc-codegen/Cargo.toml | 2 -- 3 files changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 689a1be1..c86c8cc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index 67b83be4..6e690039 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -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" diff --git a/ttrpc-codegen/Cargo.toml b/ttrpc-codegen/Cargo.toml index d248836f..36ff7b6e 100644 --- a/ttrpc-codegen/Cargo.toml +++ b/ttrpc-codegen/Cargo.toml @@ -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 }