Skip to content

Commit

Permalink
bindings/rust/Cargo.toml: isolate benchmark dependencies.
Browse files Browse the repository at this point in the history
This allows to build the test on systems like x86_64-fortanix-unknown-sgx.
  • Loading branch information
dot-asm committed Oct 17, 2023
1 parent dd41bfa commit 31c597f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ threadpool = "^1.8.1"
[dev-dependencies]
rand = "0.8"
rand_chacha = "0.3"

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

Expand Down

0 comments on commit 31c597f

Please sign in to comment.