From c0fa85e9e1131cb6a70e908a9bcceac153275b39 Mon Sep 17 00:00:00 2001 From: Ben Kimock Date: Sun, 31 Dec 2023 11:18:25 -0500 Subject: [PATCH] Remove libtest's dylib --- library/test/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/library/test/Cargo.toml b/library/test/Cargo.toml index 91a1abde059f6..92c535501bf9c 100644 --- a/library/test/Cargo.toml +++ b/library/test/Cargo.toml @@ -3,9 +3,6 @@ name = "test" version = "0.0.0" edition = "2021" -[lib] -crate-type = ["dylib", "rlib"] - [dependencies] getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] } std = { path = "../std" }