This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8987c7df53 Publish built docs triggered by
a94ec8fc1f2fc3ec12b2aebd1d2527e5f666c768
8987c7df53 is described below
commit 8987c7df53769887f14b301dd6c669df06657df8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 12 01:40:34 2025 +0000
Publish built docs triggered by a94ec8fc1f2fc3ec12b2aebd1d2527e5f666c768
---
_sources/contributor-guide/development_environment.md.txt | 2 +-
contributor-guide/development_environment.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_sources/contributor-guide/development_environment.md.txt
b/_sources/contributor-guide/development_environment.md.txt
index 53f2eb97c6..77910b3540 100644
--- a/_sources/contributor-guide/development_environment.md.txt
+++ b/_sources/contributor-guide/development_environment.md.txt
@@ -77,7 +77,7 @@ DataFusion is written in Rust and it uses a standard rust
toolkit:
- `rustup update stable` DataFusion generally uses the latest stable release
of Rust, though it may lag when new Rust toolchains release
- See which toolchain is currently pinned in the
[`rust-toolchain.toml`](https://github.com/apache/datafusion/blob/main/rust-toolchain.toml)
file
- - This can cause issues such as not having the rust-analyzer component
installed for the specified toolchain, in which case just install it manually,
e.g. `rustup component add --toolchain 1.88 rust-analyzer`
+ - This can cause issues such as not having the rust-analyzer component
installed for the specified toolchain, in which case just install it manually,
e.g. `rustup component add --toolchain 1.88.0 rust-analyzer`
- `cargo build`
- `cargo fmt` to format the code
- etc.
diff --git a/contributor-guide/development_environment.html
b/contributor-guide/development_environment.html
index eb78654343..1669442f1e 100644
--- a/contributor-guide/development_environment.html
+++ b/contributor-guide/development_environment.html
@@ -455,7 +455,7 @@ libprotoc<span class="w"> </span><span
class="m">3</span>.15.0
<li><p><code class="docutils literal notranslate"><span
class="pre">rustup</span> <span class="pre">update</span> <span
class="pre">stable</span></code> DataFusion generally uses the latest stable
release of Rust, though it may lag when new Rust toolchains release</p>
<ul>
<li><p>See which toolchain is currently pinned in the <a class="reference
external"
href="https://github.com/apache/datafusion/blob/main/rust-toolchain.toml"><code
class="docutils literal notranslate"><span
class="pre">rust-toolchain.toml</span></code></a> file</p></li>
-<li><p>This can cause issues such as not having the rust-analyzer component
installed for the specified toolchain, in which case just install it manually,
e.g. <code class="docutils literal notranslate"><span class="pre">rustup</span>
<span class="pre">component</span> <span class="pre">add</span> <span
class="pre">--toolchain</span> <span class="pre">1.88</span> <span
class="pre">rust-analyzer</span></code></p></li>
+<li><p>This can cause issues such as not having the rust-analyzer component
installed for the specified toolchain, in which case just install it manually,
e.g. <code class="docutils literal notranslate"><span class="pre">rustup</span>
<span class="pre">component</span> <span class="pre">add</span> <span
class="pre">--toolchain</span> <span class="pre">1.88.0</span> <span
class="pre">rust-analyzer</span></code></p></li>
</ul>
</li>
<li><p><code class="docutils literal notranslate"><span
class="pre">cargo</span> <span class="pre">build</span></code></p></li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]