Skip to content

Commit

Permalink
Move cbor to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Jun 24, 2022
1 parent 8d84857 commit 74ec3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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]
Expand Down

0 comments on commit 74ec3ef

Please sign in to comment.