From 74ec3eff7045d350dc32629e5a2441a4d03d9f94 Mon Sep 17 00:00:00 2001 From: Artem Vorotnikov Date: Fri, 24 Jun 2022 17:30:25 +0300 Subject: [PATCH] Move cbor to dev-dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96e520f4a..a2fd040a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ bincode = "1.3.3" # cbor does not build on WASM, we use it in a single trivial test (an example of when # fixed-width-serde breaks down). Just run the test when on an x86_64 machine. -[target.'cfg(target_arch = "x86_64")'.dependencies] +[target.'cfg(target_arch = "x86_64")'.dev-dependencies] cbor = "0.4.1" [target.wasm32-unknown-unknown.dev-dependencies]