Update to version 0.2.9; Fixes RHBZ#2223146

epel9
Fabio Valentini 2 years ago
parent 3bbcbffc6d
commit 46f8027530
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/unsafe-libyaml-0.2.5.crate
/unsafe-libyaml-0.2.7.crate
/unsafe-libyaml-0.2.8.crate
/unsafe-libyaml-0.2.9.crate

@ -6,7 +6,7 @@
%global crate unsafe-libyaml
Name: rust-unsafe-libyaml
Version: 0.2.8
Version: 0.2.9
Release: %autorelease
Summary: Libyaml transpiled to rust by c2rust

@ -1 +1 @@
SHA512 (unsafe-libyaml-0.2.8.crate) = cead338c7cf7e72ca875323828a8802287d0645fb89942973b78d1e1e240374de3b0b227e53b1e7e8db12517ab0a79b73b643246570057559f4cd69ec79a4e7d
SHA512 (unsafe-libyaml-0.2.9.crate) = 31e803c321475364c6df65cec149a044bf7941379e9e66f47a698ab324eef0b1a3c32092ccf060e73a350b4c87e4e8bd908a1ad0cccf7b75fd86da679300663e

@ -1,5 +1,5 @@
--- unsafe-libyaml-0.2.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unsafe-libyaml-0.2.8/Cargo.toml 2023-04-14T21:55:55.410008+00:00
--- unsafe-libyaml-0.2.9/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unsafe-libyaml-0.2.9/Cargo.toml 2023-07-29T15:28:36.795538+00:00
@@ -26,6 +26,7 @@
]
license = "MIT"
@ -7,4 +7,4 @@
+autobins = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]

Loading…
Cancel
Save