From f14107abc41c6953ff85f753c6746fb692550a7e Mon Sep 17 00:00:00 2001 From: Claus Matzinger Date: Sat, 25 Apr 2020 14:01:59 +0200 Subject: [PATCH] code from issue #2. Thank you @tomus85 --- Chapter07/legacy-c-code/rust-digest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter07/legacy-c-code/rust-digest/Cargo.toml b/Chapter07/legacy-c-code/rust-digest/Cargo.toml index 8489423..ea0c078 100644 --- a/Chapter07/legacy-c-code/rust-digest/Cargo.toml +++ b/Chapter07/legacy-c-code/rust-digest/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [lib] name = "digest" -crate-type = ["cdylib"] +crate-type = ["staticlib"] [dependencies] libc = "0.2"