rust-bindgen 0.70.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-bindgen?expand=0&rev=6
This commit is contained in:
parent
9d05b8ecd4
commit
d7c6c0af19
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/rust-lang/rust-bindgen.git</param>
|
<param name="url">https://github.com/rust-lang/rust-bindgen.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</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="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/rust-lang/rust-bindgen.git</param>
|
<param name="url">https://github.com/rust-lang/rust-bindgen.git</param>
|
||||||
<param name="changesrevision">190ff2a6a4739f3a703125d9ed290dcd2dc9c808</param>
|
<param name="changesrevision">21c60f473f4e824d4aa9b2b508056320d474b110</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -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
BIN
rust-bindgen-0.70.1.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Mon Aug 19 19:03:36 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: rust-bindgen
|
name: rust-bindgen
|
||||||
version: 0.70.0
|
version: 0.70.1
|
||||||
mtime: 1723848350
|
mtime: 1724176643
|
||||||
commit: 190ff2a6a4739f3a703125d9ed290dcd2dc9c808
|
commit: 21c60f473f4e824d4aa9b2b508056320d474b110
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rust-bindgen
|
Name: rust-bindgen
|
||||||
Version: 0.70.0
|
Version: 0.70.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automatically generates Rust FFI bindings to C and C++ libraries
|
Summary: Automatically generates Rust FFI bindings to C and C++ libraries
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user