From e774040df633eb59429690dfb75cd2c8190161aa Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 11 Sep 2024 10:26:29 +0200 Subject: [PATCH] doc: Align c2rust installation with docker image setup --- doc/doxygen/src/using-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/