GNU bug report logs -
#75127
[PATCH 00/67] rust-team: Add cargo-nextest
Previous Next
Reported by: Jordan Moore <lockbox <at> struct.foo>
Date: Thu, 26 Dec 2024 23:02:02 UTC
Severity: normal
Tags: patch
Done: Danny Milosavljevic <dannym <at> friendly-machines.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-include-dir-0.7): Update to 0.7.4.
Change-Id: I831220da3eda081a31f3993dda2dc2c88bc98685
---
gnu/packages/crates-io.scm | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 783f3f678c..825b993fb5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33976,21 +33976,20 @@ (define-public rust-impls-1
(define-public rust-include-dir-0.7
(package
(name "rust-include-dir")
- (version "0.7.3")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "include_dir" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "17pinxhivh3chkbjmbg9sl0x3h7wwry2zc2p12gfh8kizyp2yxhq"))))
+ (version "0.7.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "include_dir" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1pfh3g45z88kwq93skng0n6g3r7zkhq9ldqs9y8rvr7i11s12gcj"))))
(build-system cargo-build-system)
(arguments
- `(#:tests? #f ; Not all files included
- #:cargo-inputs
- (("rust-glob" ,rust-glob-0.3)
- ("rust-include-dir-macros" ,rust-include-dir-macros-0.7))
- #:cargo-development-inputs
- (("rust-tempfile" ,rust-tempfile-3))))
+ `(#:tests? #f ;Runtime test files not included
+ #:cargo-inputs (("rust-glob" ,rust-glob-0.3)
+ ("rust-include-dir-macros" ,rust-include-dir-macros-0.7))
+ #:cargo-development-inputs (("rust-tempfile" ,rust-tempfile-3))))
(home-page "https://github.com/Michael-F-Bryan/include_dir")
(synopsis "Embed the contents of a directory in your binary")
(description "Embed the contents of a directory in your binary.")
--
2.46.0
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.