diff --git a/rust-cbindgen.changes b/rust-cbindgen.changes index 371cbc3..bf933aa 100644 --- a/rust-cbindgen.changes +++ b/rust-cbindgen.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 21 04:09:06 UTC 2021 - William Brown + +- Remove unnecessary dependency on rust-std-static (implied by rust) + ------------------------------------------------------------------- Wed Jun 9 01:55:17 UTC 2021 - William Brown diff --git a/rust-cbindgen.spec b/rust-cbindgen.spec index 63684fb..da28c89 100644 --- a/rust-cbindgen.spec +++ b/rust-cbindgen.spec @@ -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.