all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50368] [PATCH 1/9] gnu: rust-multipart-0.17: Fix inputs.
@ 2021-09-04  8:46 phodina via Guix-patches via
  2021-09-04  8:58 ` [bug#50368] [PATCH 2/9] gnu: Add rust-multipart-0.18 phodina via Guix-patches via
                   ` (16 more replies)
  0 siblings, 17 replies; 30+ messages in thread
From: phodina via Guix-patches via @ 2021-09-04  8:46 UTC (permalink / raw)
  To: 50368

* gnu/packages/crates-io.scm
  (rust-multipart-0.17)[cargo-development-inputs]: Add rust-env-log-0.4.

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 087ffa1d27..605106f9fa 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27398,7 +27398,9 @@ a default trait implementation you've defined.")
         ("rust-safemem" ,rust-safemem-0.3)
         ("rust-tempfile" ,rust-tempfile-3)
         ("rust-tiny-http" ,rust-tiny-http-0.6)
-        ("rust-twoway" ,rust-twoway-0.1))))
+        ("rust-twoway" ,rust-twoway-0.1))
+       #:cargo-development-inputs
+       (("rust-env-logger" ,rust-env-logger-0.5))))
     (home-page "https://github.com/abonander/multipart")
     (synopsis
      "Backend-agnostic extension for file uploads in HTTP libraries for Rust")
--
2.32.0




^ permalink raw reply related	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2021-11-03 12:03 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-04  8:46 [bug#50368] [PATCH 1/9] gnu: rust-multipart-0.17: Fix inputs phodina via Guix-patches via
2021-09-04  8:58 ` [bug#50368] [PATCH 2/9] gnu: Add rust-multipart-0.18 phodina via Guix-patches via
2021-09-04 19:10   ` Xinglu Chen
2021-09-04  8:59 ` [bug#50368] [PATCH 3/9] gnu: rust-base64-0.13: Fix inputs phodina via Guix-patches via
2021-09-04 19:13   ` Xinglu Chen
2021-09-04  9:01 ` [bug#50368] [PATCH 4/9] gnu: Add rust-noise-0.7 phodina via Guix-patches via
2021-09-04 19:17   ` Xinglu Chen
2021-09-04  9:02 ` [bug#50368] [PATCH 5/9] gnu: rust-deflate: Update to 0.9.1 phodina via Guix-patches via
2021-09-04 19:21   ` Xinglu Chen
2021-09-04  9:03 ` [bug#50368] [PATCH 6/9] gnu: Add rust-libloading-0.7 phodina via Guix-patches via
2021-09-04 19:23   ` Xinglu Chen
2021-09-04  9:04 ` [bug#50368] [PATCH 7/9] gnu: Add rust-fdlimit-0.1 phodina via Guix-patches via
2021-09-04 19:26   ` Xinglu Chen
2021-09-04  9:05 ` [bug#50368] [PATCH 8/9] gnu: Add rust-chunked-tansfer-1 phodina via Guix-patches via
2021-09-04 19:27   ` Xinglu Chen
2021-09-04  9:06 ` [bug#50368] [PATCH 9/9] gnu: Add rust-tiny-http-0.8 phodina via Guix-patches via
2021-09-04 19:32   ` Xinglu Chen
2021-09-05 13:10     ` phodina via Guix-patches via
2021-09-05 13:48       ` Xinglu Chen
2021-09-15 19:16 ` [bug#50368] [PATCH v2 2/9] gnu: Add rust-multipart-0.18 phodina via Guix-patches via
2021-09-15 19:17 ` [bug#50368] [PATCH v2 3/9] gnu: rust-base64-0.13: Fix inputs phodina via Guix-patches via
2021-09-15 19:17 ` [bug#50368] [PATCH v2 4/9] gnu: Add rust-noise-0.7 phodina via Guix-patches via
2021-09-15 19:18 ` [bug#50368] [PATCH v2 5/9] gnu: Add rust-deflate-0.9 phodina via Guix-patches via
2021-09-15 19:19 ` [bug#50368] [PATCH v2 6/9] gnu: Add rust-libloading-0.7 phodina via Guix-patches via
2021-09-15 19:20 ` [bug#50368] [PATCH v2 7/9] gnu: Add rust-fdlimit-0.1 phodina via Guix-patches via
2021-09-20 12:08   ` Xinglu Chen
2021-09-27 22:00     ` phodina via Guix-patches via
2021-09-15 19:20 ` [bug#50368] [PATCH v2 8/9] gnu: Add rust-chunked-tansfer-1 phodina via Guix-patches via
2021-09-15 19:21 ` [bug#50368] [PATCH v2 9/9] gnu: Add rust-tiny-http-0.8 phodina via Guix-patches via
2021-11-03 12:01 ` bug#50368: [PATCH 1/9] gnu: rust-multipart-0.17: Fix inputs Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.