Skip to content

Commit bd94492

Browse files
committed
chore: bump kclvm libs to 0.8.4
Signed-off-by: peefy <[email protected]>
1 parent ad5aa32 commit bd94492

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

java/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ serde = { version = "1", features = ["derive"] }
1818
kcl-lang = {path = "../"}
1919
once_cell = "1.19.0"
2020
lazy_static = "1.4.0"
21-
kclvm-parser = { git = "https://github.com/peefy/KCLVM", version = "0.8.1" }
22-
kclvm-sema = { git = "https://github.com/peefy/KCLVM", version = "0.8.1" }
23-
kclvm-api = { git = "https://github.com/peefy/KCLVM", version = "0.8.1" }
21+
22+
kclvm-parser = { git = "https://github.com/kcl-lang/kcl", version = "0.8.4" }
23+
kclvm-sema = { git = "https://github.com/kcl-lang/kcl", version = "0.8.4" }
24+
kclvm-api = { git = "https://github.com/kcl-lang/kcl", version = "0.8.4" }

0 commit comments

Comments
 (0)