Accepting request 901198 from devel:languages:rust

OBS-URL: https://build.opensuse.org/request/show/901198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust-cbindgen?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2021-06-24 16:22:17 +00:00 committed by Git OBS Bridge
commit 7a6f75a009
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 21 04:09:06 UTC 2021 - William Brown <william.brown@suse.com>
- Remove unnecessary dependency on rust-std-static (implied by rust)
-------------------------------------------------------------------
Wed Jun 9 01:55:17 UTC 2021 - William Brown <william.brown@suse.com>

View File

@ -1,5 +1,5 @@
#
# spec file for package rust-cbindgen
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@ -32,7 +32,6 @@ Source2: cargo_config
Source99: UPDATING.md
BuildRequires: cargo >= 1.30.0
BuildRequires: rust >= 1.30.0
BuildRequires: rust-std-static >= 1.30.0
%description
A tool for generating C bindings from Rust code.