Skip to content

Commit 8216915

Browse files
committed
refactor(deps): resolve openkal-musl through the index
A released package that names a development branch is fragile. openkal-musl 0.3.3 is in the index and resolves its own dependencies the same way, so the whole stack beneath this package is now reachable without a git reference. Claude-Session: https://claude.ai/code/session_01Q4ucduLuSsETHYJ1RkGVVD
1 parent 6367a68 commit 8216915

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mcpp.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
namespace = "mcpplibs"
33
name = "openkal-llvm-runtime"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
description = "LLVM's C++ runtime libraries — libc++, libc++abi and libunwind — configured for openkal-musl rather than for a host C library."
66
license = "Apache-2.0"
77
authors = ["mcpplibs"]
@@ -69,7 +69,7 @@ std-module-flags = [
6969
# returning to --- whether an implementation has been configured FOR this
7070
# target, not whether its headers can be found.
7171
[dependencies]
72-
openkal-musl = { git = "https://github.com/mcpplibs/openkal-musl", branch = "feat/openkal-closure" }
72+
openkal-musl = "0.3.3"
7373

7474
[build]
7575
cxx_standard = "c++23"

0 commit comments

Comments
 (0)