From 0ff78d63ab263922ce2de2db2da5415c94a8703e Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 12 Jul 2024 14:24:45 -0600 Subject: [PATCH] Cargo.toml: put `hex-literal` crate under [dev-dependencies] --- yescrypt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yescrypt/Cargo.toml b/yescrypt/Cargo.toml index 391b9703..d75ed0df 100644 --- a/yescrypt/Cargo.toml +++ b/yescrypt/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.60" [dependencies] libc = "0.2" -#[dev-dependencies] +[dev-dependencies] hex-literal = "0.4" [package.metadata.docs.rs]