mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
2024
This commit is contained in:
parent
8d236a2e4a
commit
78460595e6
2 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ exclude = ["test-cases/*", "full-tests/*"]
|
|||
[package]
|
||||
name = "cargo-minimize"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
categories = ["development-tools"]
|
||||
description = "A tool for minimizing rustc ICEs"
|
||||
keywords = ["minimization", "ICE", "rust-development"]
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@ mod processor;
|
|||
|
||||
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;
|
||||
|
||||
use anyhow::{Context, Result};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue