Skip to content

Commit 234ba5c

Browse files
committed
Merge #461: Move cbor to dev-dependencies
74ec3ef Move cbor to dev-dependencies (Artem Vorotnikov) Pull request description: ACKs for top commit: apoelstra: ACK 74ec3ef Tree-SHA512: 19228e31f994b4befa5b533ed1ddcac024e87d421b2d6bebc690886a8af87d3c0909e023a7a36f43cf50b8914ee79828f186b048fd5b38c151917abdcbf1f53b
2 parents 8d84857 + 74ec3ef commit 234ba5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bincode = "1.3.3"
5454

5555
# cbor does not build on WASM, we use it in a single trivial test (an example of when
5656
# fixed-width-serde breaks down). Just run the test when on an x86_64 machine.
57-
[target.'cfg(target_arch = "x86_64")'.dependencies]
57+
[target.'cfg(target_arch = "x86_64")'.dev-dependencies]
5858
cbor = "0.4.1"
5959

6060
[target.wasm32-unknown-unknown.dev-dependencies]

0 commit comments

Comments
 (0)