Skip to content

Commit

Permalink
feat: add migration tips
Browse files Browse the repository at this point in the history
Signed-off-by: andylokandy <andylokandy@hotmail.com>
  • Loading branch information
andylokandy committed Jul 16, 2024
1 parent 5ba5151 commit 7173ad0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
> [!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 find and replace `minitrace` with `fastrace` in the source code:

```diff
# Cargo.toml

[dependencies]
- minitrace = "0.6"
+ fastrace = "0.6"
```

<hr>

<div align="center">

![minitrace: Extremely fast tracing library for Rust](https://raw.githubusercontent.com/tikv/minitrace-rust/master/etc/img/head-img-640.svg)
Expand Down

0 comments on commit 7173ad0

Please sign in to comment.