mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 11:05:40 +02:00
Pin to nu-ansi-term
0.47 (#8440)
# Description Update reedline to a commit that uses the same version as we share types # User-Facing Changes (-) # Tests + Formatting Build check
This commit is contained in:
committed by
GitHub
parent
86faf753bd
commit
4eec4a27c7
@ -21,7 +21,7 @@ nu-path = { path = "../nu-path", version = "0.76.1" }
|
||||
nu-parser = { path = "../nu-parser", version = "0.76.1" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.76.1" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.76.1" }
|
||||
nu-ansi-term = "0.46.0"
|
||||
nu-ansi-term = "0.47.0"
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.76.1" }
|
||||
|
||||
reedline = { version = "0.16.0", features = ["bashisms", "sqlite"] }
|
||||
|
@ -12,7 +12,7 @@ version = "0.76.1"
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
nu-ansi-term = "0.46.0"
|
||||
nu-ansi-term = "0.47.0"
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.76.1" }
|
||||
nu-engine = { path = "../nu-engine", version = "0.76.1" }
|
||||
nu-parser = { path = "../nu-parser", version = "0.76.1" }
|
||||
|
@ -16,7 +16,7 @@ serde = { version="1.0.123", features=["derive"] }
|
||||
tabled = { version = "0.10.0", features = ["color"], default-features = false }
|
||||
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.76.1" }
|
||||
nu-ansi-term = "0.46.0"
|
||||
nu-ansi-term = "0.47.0"
|
||||
nu-utils = { path = "../nu-utils", version = "0.76.1" }
|
||||
nu-engine = { path = "../nu-engine", version = "0.76.1" }
|
||||
nu-json = { path="../nu-json", version = "0.76.1" }
|
||||
|
@ -13,7 +13,7 @@ version = "0.76.1"
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
nu-ansi-term = "0.46.0"
|
||||
nu-ansi-term = "0.47.0"
|
||||
nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.76.1" }
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.76.1" }
|
||||
nu-engine = { path = "../nu-engine", version = "0.76.1" }
|
||||
|
@ -11,7 +11,7 @@ version = "0.76.1"
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
nu-ansi-term = "0.46.0"
|
||||
nu-ansi-term = "0.47.0"
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.76.1" }
|
||||
nu-parser = { path = "../nu-parser", version = "0.76.1" }
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.76.1" }
|
||||
|
@ -14,7 +14,7 @@ path = "src/lib.rs"
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
nu-ansi-term = "0.46.0"
|
||||
nu-ansi-term = "0.47.0"
|
||||
|
||||
[dev-dependencies]
|
||||
heapless = { version = "0.7.8", default-features = false }
|
||||
|
@ -11,7 +11,7 @@ version = "0.76.1"
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
nu-ansi-term = "0.46.0"
|
||||
nu-ansi-term = "0.47.0"
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.76.1" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.76.1" }
|
||||
nu-engine = { path = "../nu-engine", version = "0.76.1" }
|
||||
|
Reference in New Issue
Block a user