Compare commits

..

2 Commits

Author SHA1 Message Date
Jeevitha Kannan K S
2be7ce50e7
Merge 3e888c3194 into fa69885b6c 2024-11-17 06:23:25 +00:00
Jeevitha Kannan K S
3e888c3194
Merge branch 'main' into optimization 2024-11-17 11:53:00 +05:30
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View File

@ -1096,7 +1096,8 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "vt100-ctt"
version = "0.16.0"
source = "git+https://github.com/ChrisTitusTech/vt100-rust#b660c85faaa32323892c3154835c2bc901d7bf57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "298aca8af9c2d1395da31a65eb711abef2dc948e475e819212c8ed5008d52c9f"
dependencies = [
"itoa",
"log",

View File

@ -26,7 +26,7 @@ linutil_core = { version = "24.10.31", path = "../core" }
tree-sitter-highlight = "0.24.4"
tree-sitter-bash = "0.23.3"
nix = { version = "0.29.0", features = [ "user" ] }
vt100-ctt = { git = "https://github.com/ChrisTitusTech/vt100-rust" }
vt100-ctt = "0.16.0"
[[bin]]
name = "linutil"