forked from extern/nushell
point to the latest main branch for lscolors (#6230)
This commit is contained in:
parent
78a5067434
commit
c07835f3ad
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2119,8 +2119,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lscolors"
|
name = "lscolors"
|
||||||
version = "0.11.0"
|
version = "0.11.1"
|
||||||
source = "git+https://github.com/sholderbach/lscolors.git?branch=no-underline-color#2c07f2d103aadf2ba6f687e2efe4d21eac026a89"
|
source = "git+https://github.com/sharkdp/lscolors.git?branch=master#bfc0d457b75640bd2d8d9bf16895c9ccd0b98722"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"crossterm 0.24.0",
|
"crossterm 0.24.0",
|
||||||
|
@ -123,4 +123,4 @@ path = "src/main.rs"
|
|||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
reedline = { git = "https://github.com/nushell/reedline.git", branch = "main" }
|
reedline = { git = "https://github.com/nushell/reedline.git", branch = "main" }
|
||||||
lscolors = { git = "https://github.com/sholderbach/lscolors.git", branch = "no-underline-color" }
|
lscolors = { git = "https://github.com/sharkdp/lscolors.git", branch = "master" }
|
||||||
|
Loading…
Reference in New Issue
Block a user