diff --git a/docs/snakefiles/rules.rst b/docs/snakefiles/rules.rst index c8c8589ef..80ceb15d9 100644 --- a/docs/snakefiles/rules.rst +++ b/docs/snakefiles/rules.rst @@ -859,7 +859,7 @@ The ability to execute Rust scripts is facilitated by |rust-script|_. As such, the script must be a valid ``rust-script`` script and ``rust-script`` (plus OpenSSL and a C compiler toolchain, provided by Conda packages ``openssl``, ``c-compiler``, ``pkg-config``) must be available in the environment the rule is run in. -The minimum required ``rust-script`` version is 1.15.0, so in the example above, the contents of ``rust.yaml`` might look like this: +The minimum required ``rust-script`` version is 0.15.0, so in the example above, the contents of ``rust.yaml`` might look like this: .. code-block:: yaml