From 40908e02f348e1782ca664fa62459d7431496076 Mon Sep 17 00:00:00 2001 From: Alexandru-Sergiu Marton Date: Tue, 21 Jul 2020 10:37:54 +0300 Subject: gnu: rust-serde-json-1.0: Remove minor version from package name. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/crates-io.scm (rust-serde-json-1.0): Rename to rust-serde-json-1. Signed-off-by: Jakub Kądziołka --- gnu/packages/rust-apps.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/packages/rust-apps.scm') diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index f8108f39b1..ab00a30288 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -229,7 +229,7 @@ provides defaults for 80% of the use cases.") ("rust-log" ,rust-log-0.4) ("rust-num-cpus" ,rust-num-cpus-1) ("rust-regex" ,rust-regex-1) - ("rust-serde-json" ,rust-serde-json-1.0) + ("rust-serde-json" ,rust-serde-json-1) ("rust-termcolor" ,rust-termcolor-1)) #:cargo-development-inputs (("rust-serde" ,rust-serde-1) @@ -282,7 +282,7 @@ gitignore rules.") ("proc-macro2" ,rust-proc-macro2-1.0) ("quote" ,rust-quote-1.0) ("serde" ,rust-serde-1) - ("serde-json" ,rust-serde-json-1.0) + ("serde-json" ,rust-serde-json-1) ("syn" ,rust-syn-1.0) ("tempfile" ,rust-tempfile-3) ("toml" ,rust-toml-0.5)))) @@ -336,7 +336,7 @@ gitignore rules.") ("rust-serde" ,rust-serde-1) ("rust-serde-cbor" ,rust-serde-cbor-0.10) ("rust-serde-derive" ,rust-serde-derive-1.0) - ("rust-serde-json" ,rust-serde-json-1.0) + ("rust-serde-json" ,rust-serde-json-1) ("rust-serde-yaml" ,rust-serde-yaml-0.8) ("rust-term-size" ,rust-term-size-0.3) ("rust-toml" ,rust-toml-0.5)) @@ -346,7 +346,7 @@ gitignore rules.") ("rust-ignore" ,rust-ignore-0.4) ("rust-lazy-static" ,rust-lazy-static-1) ("rust-regex" ,rust-regex-1) - ("rust-serde-json" ,rust-serde-json-1.0) + ("rust-serde-json" ,rust-serde-json-1) ("rust-tempfile" ,rust-tempfile-3)) #:phases (modify-phases %standard-phases -- cgit v1.2.3