We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d84857 + 74ec3ef commit 234ba5cCopy full SHA for 234ba5c
Cargo.toml
@@ -54,7 +54,7 @@ bincode = "1.3.3"
54
55
# cbor does not build on WASM, we use it in a single trivial test (an example of when
56
# fixed-width-serde breaks down). Just run the test when on an x86_64 machine.
57
-[target.'cfg(target_arch = "x86_64")'.dependencies]
+[target.'cfg(target_arch = "x86_64")'.dev-dependencies]
58
cbor = "0.4.1"
59
60
[target.wasm32-unknown-unknown.dev-dependencies]
0 commit comments