This is an automated email from the ASF dual-hosted git repository.

github-actions[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 d975af12ac Publish built docs triggered by 
294563186c587320726de102c69997a07d0a3cb8
d975af12ac is described below

commit d975af12ac08fb068c5d8e212cf6f768a1466fe7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 8 14:35:06 2026 +0000

    Publish built docs triggered by 294563186c587320726de102c69997a07d0a3cb8
---
 _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 f18ab7e455..8570dbdbb9 100644
--- a/_sources/contributor-guide/development_environment.md.txt
+++ b/_sources/contributor-guide/development_environment.md.txt
@@ -108,7 +108,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.96.0 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.96.1 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 077a28780b..cc8be33920 100644
--- a/contributor-guide/development_environment.html
+++ b/contributor-guide/development_environment.html
@@ -525,7 +525,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.96.0</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.96.1</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]

Reply via email to