diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-15 14:07:24 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:14:59 +0200 |
| commit | 2c35317b068754028763f9c16b98ee678877ec79 (patch) | |
| tree | 2ee99ecbfe4fa4982ce4367eed5654743edcb7ec | |
| parent | 61dd8996bfc60bb77032ec6566a0dd952a5fa92c (diff) | |
gnu: rust-smol-1: Update to 1.3.0.
* gnu/packages/crates-io.scm (rust-smol-1): Update to 1.3.0.
[cargo-inputs]: Remove rust-once-cell-1.
Change-Id: I2787c09bbf56ca21083c05e06466812f63161269
| -rw-r--r-- | gnu/packages/crates-io.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 47f9199c909..fcc8c98cc0f 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -77647,14 +77647,14 @@ monotone matrix.") (package (inherit rust-smol-2) (name "rust-smol") - (version "1.2.5") + (version "1.3.0") (source (origin (method url-fetch) (uri (crate-uri "smol" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1r45zng0hymqx1kb2dmxkapbin7f9rhgrdcssz0q7rzka59kpkw5")))) + (base32 "18c7d7n9dl5h0isf81cs0g3ly3zp54lmj76z1zgghiw4rm4bbwhk")))) (arguments `(#:skip-build? #t #:cargo-inputs @@ -77666,8 +77666,7 @@ monotone matrix.") ("rust-async-net" ,rust-async-net-1) ("rust-async-process" ,rust-async-process-1) ("rust-blocking" ,rust-blocking-1) - ("rust-futures-lite" ,rust-futures-lite-1) - ("rust-once-cell" ,rust-once-cell-1)))))) + ("rust-futures-lite" ,rust-futures-lite-1)))))) (define-public rust-smol-0.1 (package |
