diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 1d82ed2c91..8f6f39221b 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -14,7 +14,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.60.0" } nu-utils = { path = "../nu-utils", version = "0.60.0" } nu-ansi-term = "0.45.0" -nu-color-config = { path = "../nu-color-config" } +nu-color-config = { path = "../nu-color-config", version = "0.60.0" } crossterm = "0.23.0" crossterm_winapi = "0.9.0"