diff --git a/doc/doxygen/src/using-rust.md b/doc/doxygen/src/using-rust.md index e72114fe8b..ebf444f633 100644 --- a/doc/doxygen/src/using-rust.md +++ b/doc/doxygen/src/using-rust.md @@ -148,7 +148,7 @@ In addition to the Rust compiler you'll need to install the C2Rust transpiler; as this is using some recent fixes, it is best installed as: ```shell -$ cargo install c2rust --git https://github.com/immunant/c2rust +$ cargo install c2rust --git https://github.com/immunant/c2rust --tag v0.19.0 ``` [cargo]: https://doc.rust-lang.org/cargo/