Skip to content

Commit 5e5acf5

Browse files
committed
deps: 例子也要跟着这条线
例子仍用版本号依赖 openkal,而仓库本身改成了 git 依赖 —— 两种形式不能并存, CI 报的是 'requested as both a version dep and a git dep'。 一次改依赖形式,要改的是**图里的每一处**,而例子也在图里。
1 parent 833b32d commit 5e5acf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/hello/mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ runner = ["qemu-system-riscv64", "-machine", "virt", "-nographic",
1313
"-no-reboot", "-bios", "default", "-kernel"]
1414

1515
[dependencies]
16-
openkal = "0.5.1"
16+
openkal = { git = "https://github.com/mcpplibs/openkal", branch = "feat/openkal-closure" }
1717
openkal-opensbi = { path = "../.." }

0 commit comments

Comments
 (0)