diff --git a/README.md b/README.md deleted file mode 100644 index c26789e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-nu-parser - -The rust-nu-parser package diff --git a/nu-parser-fix-metadata.diff b/nu-parser-fix-metadata.diff new file mode 100644 index 0000000..806b122 --- /dev/null +++ b/nu-parser-fix-metadata.diff @@ -0,0 +1,11 @@ +--- nu-parser-0.80.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ nu-parser-0.80.0/Cargo.toml 2023-09-25T14:20:02.056254+00:00 +@@ -60,7 +60,7 @@ + version = "1.0.31" + + [dev-dependencies.rstest] +-version = "0.17.0" ++version = "0.18.0" + default-features = false + + [features] diff --git a/rust-nu-parser.spec b/rust-nu-parser.spec index c86df32..df7118c 100644 --- a/rust-nu-parser.spec +++ b/rust-nu-parser.spec @@ -12,6 +12,9 @@ Summary: Nushell's parser License: MIT URL: https://crates.io/crates/nu-parser Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * bump rstest dev-dependency from 0.17 to 0.18 +Patch: nu-parser-fix-metadata.diff BuildRequires: rust-packaging >= 21