Bump rstest dev-dependency to 0.18

epel9 imports/e9/rust-nu-parser-0.80.0-3.el9
Fabio Valentini 1 year ago
parent cde9242924
commit f056a93e54
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-nu-parser
The rust-nu-parser package

@ -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]

@ -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

Loading…
Cancel
Save