mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-ryu-1: Drop minor version from name.
* gnu/packages/crates-io.scm (rust-ryu-1): (rust-cssparser-0.25): (rust-lazy-static-0.2): (rust-lazycell-1): (rust-serde-codegen-internals-0.14): Drop minor version from name.
This commit is contained in:
parent
6d19b50d4f
commit
18635f49e7
1 changed files with 5 additions and 5 deletions
|
@ -5909,7 +5909,7 @@ (define-public rust-csv-1.1
|
|||
(("rust-bstr" ,rust-bstr-0.2)
|
||||
("rust-csv-core" ,rust-csv-core-0.1)
|
||||
("rust-itoa" ,rust-itoa-0.4)
|
||||
("rust-ryu" ,rust-ryu-1.0)
|
||||
("rust-ryu" ,rust-ryu-1)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde" ,rust-serde-1))))
|
||||
|
@ -14120,7 +14120,7 @@ (define-public rust-lexical-core-0.7
|
|||
("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||
("rust-dtoa" ,rust-dtoa-0.4)
|
||||
("rust-ryu" ,rust-ryu-1.0)
|
||||
("rust-ryu" ,rust-ryu-1)
|
||||
("rust-static-assertions" ,rust-static-assertions-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-approx" ,rust-approx-0.3)
|
||||
|
@ -14153,7 +14153,7 @@ (define-public rust-lexical-core-0.4
|
|||
#:cargo-inputs
|
||||
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||
("rust-dtoa" ,rust-dtoa-0.4)
|
||||
("rust-ryu" ,rust-ryu-1.0)
|
||||
("rust-ryu" ,rust-ryu-1)
|
||||
("rust-stackvector" ,rust-stackvector-1.0)
|
||||
("rust-static-assertions" ,rust-static-assertions-0.3))
|
||||
#:cargo-development-inputs
|
||||
|
@ -25295,7 +25295,7 @@ (define-public rust-rusty-fork-0.2
|
|||
using a fork-like interface.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-ryu-1.0
|
||||
(define-public rust-ryu-1
|
||||
(package
|
||||
(name "rust-ryu")
|
||||
(version "1.0.3")
|
||||
|
@ -26692,7 +26692,7 @@ (define-public rust-serde-json-1
|
|||
`(#:cargo-inputs
|
||||
(("rust-indexmap" ,rust-indexmap-1)
|
||||
("rust-itoa" ,rust-itoa-0.4)
|
||||
("rust-ryu" ,rust-ryu-1.0)
|
||||
("rust-ryu" ,rust-ryu-1)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-automod" ,rust-automod-1)
|
||||
|
|
Loading…
Reference in a new issue