gnu: rust-ref-cast-1: Drop minor version from name.

* gnu/packages/crates-io.scm (rust-ref-cast-1): Drop minor version from name.
(rust-syn-1):
(rust-thiserror-1): Apply renaming.
This commit is contained in:
Nicolas Goaziou 2021-02-05 23:15:22 +01:00
parent 35e3782a67
commit 7a36aad319
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -28241,7 +28241,7 @@ (define-public rust-redox-users-0.3
functionality.")
(license license:expat)))
(define-public rust-ref-cast-1.0
(define-public rust-ref-cast-1
(package
(name "rust-ref-cast")
(version "1.0.2")
@ -35255,7 +35255,7 @@ (define-public rust-syn-1
("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-ref-cast" ,rust-ref-cast-1)
("rust-regex" ,rust-regex-1)
("rust-reqwest" ,rust-reqwest-0.10)
("rust-syn-test-suite" ,rust-syn-test-suite-0)
@ -36628,7 +36628,7 @@ (define-public rust-thiserror-1
(("rust-thiserror-impl" ,rust-thiserror-impl-1.0))
#:cargo-development-inputs
(("rust-anyhow" ,rust-anyhow-1)
("rust-ref-cast" ,rust-ref-cast-1.0)
("rust-ref-cast" ,rust-ref-cast-1)
("rust-rustversion" ,rust-rustversion-1)
("rust-trybuild" ,rust-trybuild-1))))
(home-page "https://github.com/dtolnay/thiserror")