summaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-04-04 15:19:51 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-04-04 15:19:51 -0700
commit147de8aa4572348fdf53d1b9cc650962d6c70be0 (patch)
treec26a342ebb972345d1ddce8aa49ef9dd36efd1ff /rust
parenta3bcc33674ffd5d0f3d608a648a37230aeed2239 (diff)
downloadspecs-147de8aa4572348fdf53d1b9cc650962d6c70be0.tar.gz
specs-147de8aa4572348fdf53d1b9cc650962d6c70be0.tar.xz
specs-147de8aa4572348fdf53d1b9cc650962d6c70be0.zip
nu-utils: add patch
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Diffstat (limited to 'rust')
-rw-r--r--rust/nu-utils-fix-metadata.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/rust/nu-utils-fix-metadata.diff b/rust/nu-utils-fix-metadata.diff
new file mode 100644
index 0000000..461e10c
--- /dev/null
+++ b/rust/nu-utils-fix-metadata.diff
@@ -0,0 +1,10 @@
+--- nu-utils-0.60.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ nu-utils-0.60.0/Cargo.toml 2022-04-04T21:24:37.691271+00:00
+@@ -20,7 +20,3 @@
+ [[bin]]
+ name = "utils"
+ path = "src/main.rs"
+-
+-[dependencies]
+-[target."cfg(windows)".dependencies.crossterm_winapi]
+-version = "0.9.0"