summaryrefslogtreecommitdiff
path: root/crates/nu-utils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu-utils/Cargo.toml')
-rw-r--r--crates/nu-utils/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/nu-utils/Cargo.toml b/crates/nu-utils/Cargo.toml
index 038ca4493..7fb5b575e 100644
--- a/crates/nu-utils/Cargo.toml
+++ b/crates/nu-utils/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
license = "MIT"
name = "nu-utils"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-utils"
-version = "0.97.2"
+version = "0.98.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
@@ -32,4 +32,4 @@ crossterm_winapi = "0.9"
nix = { workspace = true, default-features = false, features = ["user", "fs"] }
[lints]
-workspace = true
+workspace = true \ No newline at end of file