Skip to content

Commit 7ec964e

Browse files
committed
chore: bump swift lib version to 0.11.2
Signed-off-by: zongz <[email protected]>
1 parent 241ecf3 commit 7ec964e

File tree

2 files changed

+66
-52
lines changed

2 files changed

+66
-52
lines changed

swift/Cargo.lock

Lines changed: 64 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swift/Cargo.toml

Lines changed: 2 additions & 2 deletions
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)