William Brown 2024-08-21 23:04:13 +00:00 committed by Git OBS Bridge
parent 9d05b8ecd4
commit d7c6c0af19
8 changed files with 23 additions and 12 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/rust-lang/rust-bindgen.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v0.70.0</param>
<param name="revision">v0.70.1</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/rust-lang/rust-bindgen.git</param>
<param name="changesrevision">190ff2a6a4739f3a703125d9ed290dcd2dc9c808</param>
<param name="changesrevision">21c60f473f4e824d4aa9b2b508056320d474b110</param>
</service>
</servicedata>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6cff2849850f7c5f8cd7e280bd041e12b4211d2ade37b82c47fa0c016f372a5
size 2121421

BIN
rust-bindgen-0.70.1.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Aug 21 06:48:23 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 0.70.1:
* Revert "Only trigger the publish workflow manually"
* Fix `collapsible_match` clippy warning
* Add `#[clippy::allow]` attribute to `const` layout tests
* Fix creduce example
* Fix creduce install link
* Fix create-tag.yml
-------------------------------------------------------------------
Mon Aug 19 19:03:36 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,4 +1,4 @@
name: rust-bindgen
version: 0.70.0
mtime: 1723848350
commit: 190ff2a6a4739f3a703125d9ed290dcd2dc9c808
version: 0.70.1
mtime: 1724176643
commit: 21c60f473f4e824d4aa9b2b508056320d474b110

View File

@ -19,7 +19,7 @@
Name: rust-bindgen
Version: 0.70.0
Version: 0.70.1
Release: 0
Summary: Automatically generates Rust FFI bindings to C and C++ libraries
License: BSD-3-Clause

BIN
vendor.tar.zst (Stored with Git LFS)

Binary file not shown.