We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1539764 commit 509556cCopy full SHA for 509556c
1 file changed
tools/minimal-version-helper/README.md
@@ -74,3 +74,8 @@ steps:
74
```bash
75
cargo run -p minimal-version-helper -- revert
76
```
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