Skip to content

Commit

Permalink
Update README.md (#232)
Browse files Browse the repository at this point in the history
Clearify that fastrace is set up by the same maintainers of minitrace to encourage users to transit.
  • Loading branch information
breezewish authored Jul 23, 2024
1 parent 6fbb242 commit d679456
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d679456

Please sign in to comment.