From 1f58c8f5cff8e82441b66789c3dc7c009d52f29a Mon Sep 17 00:00:00 2001 From: LoGin Date: Thu, 18 Jan 2024 22:39:58 +0800 Subject: [PATCH] =?UTF-8?q?Update=20mini-backtrace=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=88=B0e0b1d90940=20(#494)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 内容: [https://github.com/DragonOS-Community/mini-backtrace/pull/1](https://github.com/DragonOS-Community/mini-backtrace/pull/1) Co-authored-by: Yao Zhao --- kernel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml index efe68154..0aac6633 100644 --- a/kernel/Cargo.toml +++ b/kernel/Cargo.toml @@ -49,7 +49,7 @@ fdt = "0.1.5" # target为x86_64时,使用下面的依赖 [target.'cfg(target_arch = "x86_64")'.dependencies] -mini-backtrace = { git = "https://git.mirrors.dragonos.org/DragonOS-Community/mini-backtrace.git", rev = "ba98506685" } +mini-backtrace = { git = "https://git.mirrors.dragonos.org.cn/DragonOS-Community/mini-backtrace.git", rev = "e0b1d90940" } x86 = "0.52.0" x86_64 = "0.14.10"