mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: rust-unsafe-any-0.4: Don't hide package.
* gnu/packages/crates-io.scm (rust-unsafe-any-0.4)[arguments]: Add rust-traitobject-0.1 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
233e27c1ff
commit
a07110ee48
1 changed files with 3 additions and 1 deletions
|
@ -13898,11 +13898,13 @@ whitespace from a string.")
|
|||
(base32
|
||||
"0zwwphsqkw5qaiqmjwngnfpv9ym85qcsyj7adip9qplzjzbn00zk"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-traitobject" ,rust-traitobject-0.1))))
|
||||
(home-page "https://tokio.rs")
|
||||
(synopsis "Traits and implementations for unchecked downcasting")
|
||||
(description
|
||||
"Traits and implementations for unchecked downcasting.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-untrusted-0.7
|
||||
|
|
Loading…
Add table
Reference in a new issue