Skip to content

Commit a0a92ea

Browse files
committed
refactor(deps): resolve openkal through the index rather than a branch
A released package that names a development branch is fragile: the branch is not part of any release, and deleting it breaks a tarball that has already been published. openkal 0.6.0 is in the index, so this reference names it. Claude-Session: https://claude.ai/code/session_01Q4ucduLuSsETHYJ1RkGVVD
1 parent c6efde1 commit a0a92ea

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-linux"
4-
version = "0.5.2"
4+
version = "0.5.3"
55
description = "The reference implementation of openkal for Linux, written on the kernel's own system-call interface so that it can be placed beneath a C library as well as above one."
66
license = "Apache-2.0"
77

@@ -18,7 +18,7 @@ authors = ["mcpplibs"]
1818
repo = "https://github.com/mcpplibs/openkal-linux"
1919

2020
[dependencies]
21-
openkal = { git = "https://github.com/mcpplibs/openkal", branch = "feat/openkal-closure" }
21+
openkal = "0.6.0"
2222

2323
# The package contributes definitions and no modules. The interface it
2424
# implements is declared by the specification package, which this package

0 commit comments

Comments
 (0)