Skip to content

Commit a8a3ecc

Browse files
committed
build: remove lock crate home
We can build without that now. Signed-off-by: Tim Zhang <tim@hyper.sh>
1 parent 05bd047 commit a8a3ecc

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ windows-sys = {version = "0.48", features = [ "Win32_Foundation", "Win32_Storage
6060
tokio-vsock = { version = "0.7.0", optional = true }
6161

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

6765
[features]

compiler/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ repository = "https://github.com/containerd/ttrpc-rust/tree/master/compiler"
1212
homepage = "https://github.com/containerd/ttrpc-rust/tree/master/compiler"
1313

1414
[dependencies]
15-
# lock home to avoid conflict with latest version
16-
home = "=0.5.9"
1715
protobuf = { workspace = true }
1816
protobuf-codegen = { workspace = true }
1917
prost = "0.8"

ttrpc-codegen/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ readme = "README.md"
1313

1414

1515
[dependencies]
16-
# lock home to avoid conflict with latest version
17-
home = "=0.5.9"
1816
protobuf-support = { workspace = true }
1917
protobuf = { workspace = true }
2018
protobuf-codegen = { workspace = true }

0 commit comments

Comments
 (0)