Skip to content

Commit f24a96e

Browse files
committed
deps: follow openkal 0.7.0
规范新增 `openkal.random`(mcpplibs/openkal#8),版本升到 0.7.0。 ⚠️ CI 有一道版本同步门,而它的诊断说明了为什么必须一起改: this is openkal 0.7.0 and this implementation is written against openkal 0.6.0. Nothing is wrong with either; they are not in step. ⭐ 本包**不提供** `openkal.random`,而那不是偏离 —— 6.1 条规定实现提供一个 接口是全有或全无,不提供的接口作为链接期定义缺席。这里跟随的只是规范版本, 不是接口集合。
1 parent 2460cd2 commit f24a96e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/numbers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
ftruncate truncate mmap lseek __getcwd getcwd \
4343
stat stat64 fstat fstat64 lstat lstat64 \
4444
fstatat fstatat64 getdirentries getdirentries64 \
45+
getentropy \
4546
bsdthread_terminate thread_selfid \
4647
open openat openat_nocancel renameat faccessat unlinkat \
4748
readlinkat mkdirat rmdir unlink mkdir rename access \

mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors = ["mcpplibs"]
1818
repo = "https://github.com/mcpplibs/openkal-macos"
1919

2020
[dependencies]
21-
openkal = "0.6.0"
21+
openkal = "0.7.0"
2222

2323
[build]
2424
# The flags are attached to this package's own sources rather than to the whole

0 commit comments

Comments
 (0)