Update to version 0.2.4; Fixes RHBZ#2303987

epel10 imports/epel10/rust-piper-0.2.4-1.el10
Fabio Valentini 5 months ago
parent 1fd49710e4
commit 6a8ee98e65
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/piper-0.1.3.crate /piper-0.1.3.crate
/piper-0.2.1.crate /piper-0.2.1.crate
/piper-0.2.3.crate /piper-0.2.3.crate
/piper-0.2.4.crate

@ -1,17 +1,18 @@
--- piper-0.2.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- piper-0.2.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ piper-0.2.3/Cargo.toml 2024-06-05T20:17:42.294611+00:00 +++ piper-0.2.4/Cargo.toml 2024-09-15T21:25:13.144345+00:00
@@ -22,10 +22,6 @@ @@ -36,11 +36,6 @@
readme = "README.md" name = "pipe"
license = "MIT OR Apache-2.0" path = "tests/pipe.rs"
repository = "https://github.com/smol-rs/piper"
-
-[[bench]] -[[bench]]
-name = "pipe_comparison" -name = "pipe_comparison"
-path = "benches/pipe_comparison.rs"
-harness = false -harness = false
-
[dependencies.atomic-waker] [dependencies.atomic-waker]
version = "1.1.0" version = "1.1.0"
@@ -58,11 +54,6 @@
@@ -72,11 +67,6 @@
[dev-dependencies.async-io] [dev-dependencies.async-io]
version = "2.0.0" version = "2.0.0"

@ -5,7 +5,7 @@
%global crate piper %global crate piper
Name: rust-piper Name: rust-piper
Version: 0.2.3 Version: 0.2.4
Release: %autorelease Release: %autorelease
Summary: Async pipes, channels, mutexes, and more Summary: Async pipes, channels, mutexes, and more

@ -1 +1 @@
SHA512 (piper-0.2.3.crate) = 18867a2ca43c3224c3c749debdcfb65c07e0fe28759973140320712ec0d6a86125635665aceb4feae0c3aca9667048b6754121b7667a2c8caa1ecd2e3b3af7c9 SHA512 (piper-0.2.4.crate) = 88c6fd8d1118b37b77217fae004e47c01db8f95b9b925f1302c0577971a8a9f239b4ac07ccbec924d8912cc47ccfd88eb2045cc607b5fef3fbaf496d24ef7df4

Loading…
Cancel
Save