From 7689b983de53562d678f58a05a6dcfc57d5fae76 Mon Sep 17 00:00:00 2001 From: Freja Roberts Date: Thu, 14 Mar 2024 23:35:46 +0100 Subject: [PATCH] chore: don't inherit workspace readme --- color-eyre/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/color-eyre/Cargo.toml b/color-eyre/Cargo.toml index a7c3cca..4848112 100644 --- a/color-eyre/Cargo.toml +++ b/color-eyre/Cargo.toml @@ -3,12 +3,13 @@ name = "color-eyre" version = "0.6.2" description = "An error report handler for panics and eyre::Reports for colorful, consistent, and well formatted error reports for all kinds of errors." documentation = "https://docs.rs/color-eyre" +readme = "./README.md" + authors = { workspace = true } edition = { workspace = true } license = { workspace = true } repository = { workspace = true } -readme = { workspace = true } rust-version = { workspace = true } [features]