This commit is contained in:
nora 2025-04-20 15:58:14 +02:00
parent 8d236a2e4a
commit 78460595e6
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@ exclude = ["test-cases/*", "full-tests/*"]
[package] [package]
name = "cargo-minimize" name = "cargo-minimize"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2024"
categories = ["development-tools"] categories = ["development-tools"]
description = "A tool for minimizing rustc ICEs" description = "A tool for minimizing rustc ICEs"
keywords = ["minimization", "ICE", "rust-development"] keywords = ["minimization", "ICE", "rust-development"]

View file

@ -15,7 +15,8 @@ mod processor;
pub use build::rustup_which; pub use build::rustup_which;
#[cfg(this_pulls_in_cargo_which_is_a_big_dep_i_dont_like_it)] // this experimental and doesnt really work
#[cfg(any())]
mod expand; mod expand;
use anyhow::{Context, Result}; use anyhow::{Context, Result};