Skip to content

Commit 509556c

Browse files
authored
cleanup: explain why no go for minimal-version-helper (#3844)
1 parent 1539764 commit 509556c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tools/minimal-version-helper/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,8 @@ steps:
7474
```bash
7575
cargo run -p minimal-version-helper -- revert
7676
```
77+
78+
## Why not use Go?
79+
80+
Normally all tools are written in Go, but this needs to access the `crates.io`
81+
API, and the Cargo metadata. There are good Rust crates to build such a tool.

0 commit comments

Comments
 (0)