39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
From 0c30ae1530c030aace0970cf7cfd8e636e9917d7 Mon Sep 17 00:00:00 2001
|
|
From: liuxu <liuxu156@huawei.com>
|
|
Date: Fri, 29 Nov 2024 16:27:40 +0800
|
|
Subject: [PATCH] fix:use ttrpc-rust in vendor
|
|
|
|
Signed-off-by: liuxu <liuxu156@huawei.com>
|
|
---
|
|
vmm/sandbox/.cargo/config.toml | 1 +
|
|
vmm/task/.cargo/config.toml | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
diff --git a/vmm/sandbox/.cargo/config.toml b/vmm/sandbox/.cargo/config.toml
|
|
index 0740e49a..ecf54e19 100644
|
|
--- a/vmm/sandbox/.cargo/config.toml
|
|
+++ b/vmm/sandbox/.cargo/config.toml
|
|
@@ -11,6 +11,7 @@ replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/kuasar-io/ttrpc-rust.git"]
|
|
git = "https://github.com/kuasar-io/ttrpc-rust.git"
|
|
+branch = "v0.7.1-kuasar"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
diff --git a/vmm/task/.cargo/config.toml b/vmm/task/.cargo/config.toml
|
|
index 906faaac..cea47423 100644
|
|
--- a/vmm/task/.cargo/config.toml
|
|
+++ b/vmm/task/.cargo/config.toml
|
|
@@ -7,6 +7,7 @@ replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/kuasar-io/ttrpc-rust.git"]
|
|
git = "https://github.com/kuasar-io/ttrpc-rust.git"
|
|
+branch = "v0.7.1-kuasar"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
--
|
|
2.43.0
|
|
|