From 3c5dd04408aa2818f037319ffe6fb120b66e8137 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Tue, 14 Jan 2025 15:10:01 -0700 Subject: [PATCH] Revert change making rustc_driver a static library --- compiler/rustc_driver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_driver/Cargo.toml b/compiler/rustc_driver/Cargo.toml index eddb8b20947c..ae9712ad66d8 100644 --- a/compiler/rustc_driver/Cargo.toml +++ b/compiler/rustc_driver/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2021" [lib] -crate-type = ["dylib", "rlib"] +crate-type = ["dylib"] [dependencies] # tidy-alphabetical-start -- GitLab