mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: rust-compact-str-0.7: Update to 0.7.1.
* gnu/packages/crates-io.scm (rust-compact-str-0.7): Update to 0.7.1. [source]: Add snippet to allow newer versions of dependencies. [cargo-development-inputs]: Add rust-rkyv-0.7.
This commit is contained in:
parent
6fcb1f8184
commit
6c9e9c7233
1 changed files with 7 additions and 2 deletions
|
@ -13987,14 +13987,18 @@ (define-public rust-common-path-1
|
|||
(define-public rust-compact-str-0.7
|
||||
(package
|
||||
(name "rust-compact-str")
|
||||
(version "0.7.0")
|
||||
(version "0.7.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "compact_str" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lbk5vkn6vriwx98pybfsgy093ga6ilpm5gkcd8v7cgcg5gq1w5z"))))
|
||||
"0gvvfc2c6pg1rwr2w36ra4674w3lzwg97vq2v6k791w30169qszq"))
|
||||
(snippet
|
||||
#~(begin (use-modules (guix build utils))
|
||||
(substitute* "Cargo.toml"
|
||||
(("1\\.0\\.\\*") "1.0.0"))))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
@ -14017,6 +14021,7 @@ (define-public rust-compact-str-0.7
|
|||
("rust-quickcheck" ,rust-quickcheck-1)
|
||||
("rust-quickcheck-macros" ,rust-quickcheck-macros-1)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-rkyv" ,rust-rkyv-0.7)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-test-case" ,rust-test-case-2)
|
||||
|
|
Loading…
Reference in a new issue