From a450cc30ec68e4ed1483294fa3c86a733b5b0909 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 29 Oct 2023 17:15:43 +0100 Subject: [PATCH] bindings/rust/Cargo.toml: adjust 'rmp-serde' visibility. --- bindings/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index a6b85a7f..3d75a79c 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -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]]