i9ce
MSVSphere Packaging Team 1 year ago
parent 3163a7d4bd
commit 641e5af5e2

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/nu-utils-0.80.0.crate

@ -0,0 +1 @@
7f5ab52ec0eb0d736d04a49915eac33bb8f9e10b SOURCES/nu-utils-0.80.0.crate

Binary file not shown.

@ -0,0 +1,25 @@
--- nu-utils-0.76.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nu-utils-0.76.0/Cargo.toml 2023-02-22T18:18:09.136832+00:00
@@ -18,19 +18,16 @@
license = "MIT"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-utils"
+autobins = false
+
[lib]
-bench = false
-
-[[bin]]
-name = "utils"
-path = "src/main.rs"
bench = false
[dependencies.log]
version = "0.4"
[dependencies.lscolors]
-version = "0.12.0"
+version = "0.13.0"
features = ["crossterm"]
default-features = false
Loading…
Cancel
Save