Update to 0.75.0

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent 9b1efde7b7
commit 6f582e79fc
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -1 +1,2 @@
/nu-plugin-0.65.0.crate
/nu-plugin-0.75.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate nu-plugin
Name: rust-nu-plugin
Version: 0.65.0
Version: 0.75.0
Release: %autorelease
Summary: Functionality for building Nushell plugins
@ -13,8 +13,6 @@ License: MIT
URL: https://crates.io/crates/nu-plugin
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@ -33,7 +31,6 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (nu-plugin-0.65.0.crate) = fe66802f47518c5afdcf1fffdb96f399e14dd9a459fc026d412aaf1584d5db2c8585d2a11e6da097e94a3c1db92de7733b24d7e3bbfa50bbd6c99db879b66e21
SHA512 (nu-plugin-0.75.0.crate) = b4ec6e06e8851038d47f006dc1dc6f798ea7931422f524fbd8f34d14f73998177c7a019c3163ae1f4577709cf106f5539c1b9b86236185e6043edc045405a827

Loading…
Cancel
Save