Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
devcontainer-features
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • eazydevelop-devcontainer-temp
  • devcontainer-features
  • Repository

Switch branch/tag
  • devcontainer-features
  • test
  • rust
  • rust_at_pinned_version.sh
Find file
BlameHistoryPermalink
  • Tomáš Janoušek's avatar
    fix(rust): remove rls and rust-analysis for Rust 1.87+ compatibility (#1362) · 94ed0bbb
    Tomáš Janoušek authored May 19, 2025
    * fix(rust): remove rls and rust-analysis for Rust 1.87+ compatibility
    
    Rust 1.87.0 and later have removed the long-deprecated RLS and rust-analysis
    components. This change updates the install script to only add rust-src,
    rustfmt, and clippy, preventing build errors during feature installation. See:
    https://github.com/rust-lang/rust/pull/126856
    https://blog.rust-lang.org/2022/07/01/RLS-deprecation/
    https://github.com/rust-lang/rustup/blob/a92432fc8b6d5d4e56ebd08ca1c45b7b1294c1bd/doc/user-guide/src/concepts/components.md#previous-components
    
    Fixes: https://github.com/devcontainers/features/issues/1361
    
    * Drop support for older rust version that do not have rust-analyzer
    
    * Add rust-analyzer as replacement for rls
    
    * Update devcontainer-feature version number
    
    * Add proposed version options
    
    * test(rust): Bump pinned rust version to one incl rust-analyzer
    
    ---------
    Co-authored-by: 's avatarneoscript <neoscripting@gmail.com>
    94ed0bbb
rust_at_pinned_version.sh 290 Bytes
EditWeb IDE

Replace rust_at_pinned_version.sh

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.