diff --git a/README.md b/README.md index f178a5ef..af495e6f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +> [!WARNING] +> `minitrace` has been renamed to [`fastrace`](https://github.com/fastracelabs/fastrace). Please follow the migration guide to update your code. **This repository is no longer maintained.** + +Edit your `Cargo.toml` and replace `minitrace` with `fastrace`: + +```diff +# Cargo.toml + +[dependencies] +- minitrace = "0.6" ++ fastrace = "0.6" +``` +
![minitrace: Extremely fast tracing library for Rust](https://raw.githubusercontent.com/tikv/minitrace-rust/master/etc/img/head-img-640.svg)