Skip to content

Commit

Permalink
bindings/rust/Cargo.toml: adjust 'rmp-serde' visibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Oct 29, 2023
1 parent bb8fb99 commit a450cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ threadpool = "^1.8.1"
[dev-dependencies]
rand = "0.8"
rand_chacha = "0.3"
rmp-serde = "1.1.1"

[target.'cfg(any(unix, windows))'.dev-dependencies]
rmp-serde = "1.1.1"
criterion = "0.3"

[[bench]]
Expand Down

0 comments on commit a450cc3

Please sign in to comment.