Move cbor to dev-dependencies
This commit is contained in:
parent
8d84857bff
commit
74ec3eff70
|
@ -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
|
# 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.
|
# 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"
|
cbor = "0.4.1"
|
||||||
|
|
||||||
[target.wasm32-unknown-unknown.dev-dependencies]
|
[target.wasm32-unknown-unknown.dev-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue