Compare commits

..

2 Commits

Author SHA1 Message Date
Jeevitha Kannan K S
99c3dc4771
Merge fae67e3e06 into fa69885b6c 2024-11-17 01:21:34 +00:00
Jeevitha Kannan K S
fae67e3e06
Merge branch 'main' into optimization 2024-11-17 06:51:15 +05:30
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View File

@ -1096,8 +1096,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "vt100-ctt"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "298aca8af9c2d1395da31a65eb711abef2dc948e475e819212c8ed5008d52c9f"
source = "git+https://github.com/ChrisTitusTech/vt100-rust#b660c85faaa32323892c3154835c2bc901d7bf57"
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 = "0.16.0"
vt100-ctt = { git = "https://github.com/ChrisTitusTech/vt100-rust" }
[[bin]]
name = "linutil"