rust/rustc_tools_util/Cargo.toml
Sebastian Jeltsch 8cac5b03f3
rustc_tools_util: Change release channel default to stable
Fixes the exposed release channel

Bump version to 0.4.1
2025-02-13 11:10:45 +01:00

12 lines
362 B
TOML

[package]
name = "rustc_tools_util"
version = "0.4.1"
description = "small helper to generate version information for git packages"
repository = "https://github.com/rust-lang/rust-clippy"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["rustc", "tool", "git", "version", "hash"]
categories = ["development-tools"]
edition = "2024"
[dependencies]