Skip to content

Commit 833b32d

Browse files
committed
deps: 改用 git + 分支跟随 openkal 的开发线
同时把 origin 换成 SSH:它此前指向 HTTPS,而这个账号在那条路径上没有写权限 —— 报出来的是 403,读起来像仓库不存在。
1 parent 01f551b commit 833b32d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repo = "https://github.com/mcpplibs/openkal-opensbi"
2323
# The contract, not an implementation of it. Declaring it turns a version
2424
# mismatch into a resolution-time message rather than a link-time one.
2525
[dependencies]
26-
openkal = "0.5.1"
26+
openkal = { git = "https://github.com/mcpplibs/openkal", branch = "feat/openkal-closure" }
2727

2828
[build]
2929
# The same reasoning openkal's other implementations record: no exception may

0 commit comments

Comments
 (0)