summaryrefslogtreecommitdiff
path: root/crates/nu-color-config/Cargo.toml
diff options
context:
space:
mode:
authorDevyn Cairns <devyn.cairns@gmail.com>2024-07-23 16:10:35 -0700
committerGitHub <noreply@github.com>2024-07-23 16:10:35 -0700
commita80dfe8e807035ad8d5bb751b385315982e7aad6 (patch)
tree35a438623a8019eb9c9c9258c11ea30ee340a9d9 /crates/nu-color-config/Cargo.toml
parent6a62ced645598301d69d6a7c7fd32dd239b8ad9d (diff)
Bump version to `0.96.0` (#13433)0.96.0
Diffstat (limited to 'crates/nu-color-config/Cargo.toml')
-rw-r--r--crates/nu-color-config/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/nu-color-config/Cargo.toml b/crates/nu-color-config/Cargo.toml
index 23af09432..f3e977f3a 100644
--- a/crates/nu-color-config/Cargo.toml
+++ b/crates/nu-color-config/Cargo.toml
@@ -5,18 +5,18 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-color-confi
edition = "2021"
license = "MIT"
name = "nu-color-config"
-version = "0.95.1"
+version = "0.96.0"
[lib]
bench = false
[dependencies]
-nu-protocol = { path = "../nu-protocol", version = "0.95.1" }
-nu-engine = { path = "../nu-engine", version = "0.95.1" }
-nu-json = { path = "../nu-json", version = "0.95.1" }
+nu-protocol = { path = "../nu-protocol", version = "0.96.0" }
+nu-engine = { path = "../nu-engine", version = "0.96.0" }
+nu-json = { path = "../nu-json", version = "0.96.0" }
nu-ansi-term = { workspace = true }
serde = { workspace = true, features = ["derive"] }
[dev-dependencies]
-nu-test-support = { path = "../nu-test-support", version = "0.95.1" } \ No newline at end of file
+nu-test-support = { path = "../nu-test-support", version = "0.96.0" } \ No newline at end of file