gnu: rust-bitflags-1: Update comments.
* gnu/packages/crates-io.scm (rust-bitflags-1)[arguments]: Update comment for skipping the tests. Change-Id: I52c0b4e77a2fc088ecf197eafe85295b2b2cb03f
parent
8a047ca66c
commit
5f6e55fe80
|
@ -8344,7 +8344,7 @@ behave like a set of bitflags.")
|
|||
(sha256
|
||||
(base32 "12ki6w8gn1ldq7yz9y680llwk5gmrhrzszaa17g1sbrw2r2qvwxy"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; Tests require rust-1.46 or newer.
|
||||
`(#:tests? #f ; could not find `Serialize` in `serde`
|
||||
#:cargo-inputs
|
||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))
|
||||
|
|
Reference in New Issue