fix: maturin (#212)

* fix: maturin

* fix: protobuf

* fix: maturin

* feat(checks): remove checks from maturin

---------

Signed-off-by: madomado <wboy111@outlook.com>
This commit is contained in:
madomado
2023-02-20 11:33:24 +08:00
committed by GitHub
parent 4d8f361111
commit 404516e267
+2 -2
View File
@@ -3,7 +3,7 @@
Name: rust-maturin
Version: 0.14.13
Release: 1%{?dist}
Release: %autorelease
Summary: Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
License: MIT OR Apache-2.0
@@ -240,12 +240,12 @@ use the "ureq" feature of the "%{crate}" crate.
%files -n %{name}+ureq-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep_online
%build
cargo add time -F macros
%cargo_build
%install