Update to version 0.2.3; Fixes RHBZ#2284211

epel10
Fabio Valentini 9 months ago
parent 52f1cd3766
commit 7729e1db0e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/piper-0.1.2.crate
/piper-0.1.3.crate
/piper-0.2.1.crate
/piper-0.2.3.crate

@ -1,9 +1,9 @@
--- piper-0.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ piper-0.2.1/Cargo.toml 2023-10-08T21:09:34.238288+00:00
--- piper-0.2.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ piper-0.2.3/Cargo.toml 2024-06-05T20:17:42.294611+00:00
@@ -22,10 +22,6 @@
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/notgull/piper"
repository = "https://github.com/smol-rs/piper"
-
-[[bench]]
-name = "pipe_comparison"
@ -13,7 +13,7 @@
version = "1.1.0"
@@ -58,11 +54,6 @@
[dev-dependencies.async-io]
version = "1.13.0"
version = "2.0.0"
-[dev-dependencies.criterion]
-version = "0.4.0"

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate piper
Name: rust-piper
Version: 0.2.1
Version: 0.2.3
Release: %autorelease
Summary: Async pipes, channels, mutexes, and more

@ -0,0 +1,5 @@
[package]
cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
]

@ -1 +1 @@
SHA512 (piper-0.2.1.crate) = 86d2195b8811bc2d30050e977925a947b175ca674e99497b7202dd8c515e09fb83e42f389ed3c6b554dc2c6480892bfd26c91fee463115ef1c710aaea858afe1
SHA512 (piper-0.2.3.crate) = 18867a2ca43c3224c3c749debdcfb65c07e0fe28759973140320712ec0d6a86125635665aceb4feae0c3aca9667048b6754121b7667a2c8caa1ecd2e3b3af7c9

Loading…
Cancel
Save