From d8d7a193529b9bf150a183f94f991d7c2ef714d9 Mon Sep 17 00:00:00 2001 From: Wenxuan Date: Tue, 23 Jul 2024 14:55:56 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d7a00f8..89f5c791 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ -> [!WARNING] -> -> `minitrace` maintainers have forked this project to [`fastrace`](https://github.com/fastracelabs/fastrace). Please follow the migration guide to update your code. **This repository will no longer be maintained unless anyone else takes responsibility**. +![](./etc/img/head-img-640.svg) -Edit your `Cargo.toml` and find and replace `minitrace` with `fastrace` in the source code: +# minitrace has become [fastrace](https://github.com/fastracelabs/fastrace)! + +We decide to continue the development of minitrace under a new organization structure for better community governance. + +[fastrace](https://github.com/fastracelabs/fastrace) is maintained by the same maintainers of minitrace, so that we encourage all users to just migrate. + +Meanwhile, minitrace will not be maintained any more. See https://github.com/tikv/minitrace-rust/issues/229 for details. + +## Migrate to fastrace + +Simply substitute the occurance of `minitrace` with `fastrace` in your source code, like: ```diff # Cargo.toml