diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2020-09-21 11:50:25 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2020-10-12 11:42:07 +0530 |
commit | 08d59bc87094d9bb4377a177e7e478e7b1e25231 (patch) | |
tree | 0d2b940695df8fe823971d03790cd4e689992889 | |
parent | f2ee88881623e867c268964eea5dd32c995d7351 (diff) |
gnu: rust-syn-1: Update to 1.0.40.
* gnu/packages/crates-io.scm (rust-syn-1): Update to 1.0.40.
(arguments): Add rust-insta-0.16, rust-reqwest-0.10 and rust-syn-test-suite-0
to cargo-development-inputs.
-rw-r--r-- | gnu/packages/crates-io.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 10c7c8528b..e1dd85b471 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -26392,7 +26392,7 @@ cryptographic implementations.") (define-public rust-syn-1 (package (name "rust-syn") - (version "1.0.17") + (version "1.0.40") (source (origin (method url-fetch) @@ -26400,7 +26400,7 @@ cryptographic implementations.") (file-name (string-append name "-" version ".crate")) (sha256 (base32 - "00xvf772ys4fj9fr8kplmsqb9if215dsipi3nv54aw9q7xkfpw0d")))) + "0l437lsnv289y64pgl2mfvr1vgrb2hix5bb5a4rbjncvqly7sgwn")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t @@ -26410,12 +26410,13 @@ cryptographic implementations.") ("rust-quote" ,rust-quote-1)) #:cargo-development-inputs (("rust-anyhow" ,rust-anyhow-1.0) - ;("rust-insta" ,rust-insta-0.12) ("rust-flate2" ,rust-flate2-1) + ("rust-insta" ,rust-insta-0.16) ("rust-rayon" ,rust-rayon-1) ("rust-ref-cast" ,rust-ref-cast-1.0) ("rust-regex" ,rust-regex-1) - ;("rust-reqwest" ,rust-reqwest-0.10) + ("rust-reqwest" ,rust-reqwest-0.10) + ("rust-syn-test-suite" ,rust-syn-test-suite-0) ("rust-tar" ,rust-tar-0.4) ("rust-termcolor" ,rust-termcolor-1) ("rust-walkdir" ,rust-walkdir-2)))) |