Skip to content

Commit 78e74ea

Browse files
authored
Merge pull request #192 from zong-zhe/bump-c-0.11.2
chore: bump c lib version to 0.11.2
2 parents bf70d43 + 926d49a commit 78e74ea

File tree

2 files changed

+66
-52
lines changed

2 files changed

+66
-52
lines changed

c/Cargo.lock

+64-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

c/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kcl-lib-c"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
edition = "2021"
55
publish = false
66

@@ -12,4 +12,4 @@ doc = false
1212
cbindgen = "0.26.0"
1313

1414
[dependencies]
15-
kclvm-api = { git = "https://github.com/kcl-lang/kcl", version = "0.11.1" }
15+
kclvm-api = { git = "https://github.com/kcl-lang/kcl", version = "0.11.2" }

0 commit comments

Comments
 (0)