mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: rust-proc-macro-crate-3: Update to 3.2.0.
* gnu/packages/crates-io.scm (rust-proc-macro-crate-3): Update to 3.2.0. [arguments]: Don't run the tests in release mode. [cargo-inputs]: Replace rust-toml-edit-0.21 with 0.22. Change-Id: I16ca51c4e5b09843ebba175ad4534940f6533834
This commit is contained in:
parent
e08315effb
commit
e9a105278e
1 changed files with 4 additions and 5 deletions
|
@ -58388,21 +58388,20 @@ (define-public rust-priority-queue-1
|
|||
(define-public rust-proc-macro-crate-3
|
||||
(package
|
||||
(name "rust-proc-macro-crate")
|
||||
(version "3.1.0")
|
||||
(version "3.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "proc-macro-crate" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"110jcl9vnj92ihbhjqmkp19m8rzxc14a7i60knlmv99qlwfcadvd"))))
|
||||
(base32 "0yzsqnavb3lmrcsmbrdjfrky9vcbl46v59xi9avn0796rb3likwf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags '("--release" "--"
|
||||
`(#:cargo-test-flags '("--"
|
||||
;; Not all files included.
|
||||
"--skip=workspace_deps_working")
|
||||
#:cargo-inputs (("rust-toml-edit" ,rust-toml-edit-0.21))
|
||||
#:cargo-inputs (("rust-toml-edit" ,rust-toml-edit-0.22))
|
||||
#:cargo-development-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
|
|
Loading…
Reference in a new issue