From 82543fb031dc28e0006be5ae15a9329db604f512 Mon Sep 17 00:00:00 2001 From: Brent Schroeter Date: Fri, 23 Jan 2026 21:13:33 +0000 Subject: [PATCH] remove "rlib" from crate types --- giallo-js/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/giallo-js/Cargo.toml b/giallo-js/Cargo.toml index 17a8b5d..8fa039a 100644 --- a/giallo-js/Cargo.toml +++ b/giallo-js/Cargo.toml @@ -15,7 +15,7 @@ include = [ ] [lib] -crate-type = ["cdylib", "rlib"] +crate-type = ["cdylib"] [dependencies] giallo = { version = "0.2.2", features = ["dump"] }