Skip to content

Commit 4381458

Browse files
authored
bump nushell to latest nu-ansi-term (nushell#16613)
Bump to the latest commit of nu-ansi-term 654c373 to dog food before a release. ## Release notes summary - What our users need to know N/A ## Tasks after submitting N/A
1 parent 0782621 commit 4381458

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ bench = false
346346
# changing versions in each sub-crate of the workspace is tedious
347347
[patch.crates-io]
348348
# reedline = { git = "https://github.com/nushell/reedline", branch = "main" }
349-
# nu-ansi-term = {git = "https://github.com/nushell/nu-ansi-term.git", branch = "main"}
349+
nu-ansi-term = {git = "https://github.com/nushell/nu-ansi-term.git", branch = "main"}
350350

351351
# Run all benchmarks with `cargo bench`
352352
# Run individual benchmarks like `cargo bench -- <regex>` e.g. `cargo bench -- parse`

0 commit comments

Comments
 (0)