Skip to content

chore: unify Rust toolchain to 1.93.1 and scrub internal paths from release doc#4

Open
mibrohimsulaeman-a11y wants to merge 1 commit into
OceanOS-id:mainfrom
mibrohimsulaeman-a11y:chore/toolchain-consistency
Open

chore: unify Rust toolchain to 1.93.1 and scrub internal paths from release doc#4
mibrohimsulaeman-a11y wants to merge 1 commit into
OceanOS-id:mainfrom
mibrohimsulaeman-a11y:chore/toolchain-consistency

Conversation

@mibrohimsulaeman-a11y

Copy link
Copy Markdown

Tujuan

Konsistensi toolchain & kebersihan repo (VIL v0.4.0).

Perubahan

  1. Samakan MSRV ke 1.93.1
    • docs/INSTALLATION.md: Rust 1.70 or later (MSRV) -> 1.93.1; contoh FROM rust:1.70-bookworm -> rust:1.93.1-bookworm.
    • Dockerfile: builder dipin FROM rust:1.93-bookworm -> rust:1.93.1-bookworm.
    • clippy.toml sudah 1.93.1 (tidak diubah).
  2. rust-toolchain.toml baru: channel 1.93.1, components rustfmt + clippy.
  3. .gitignore: tambah docs-dev-jangan-ditrack/.
  4. RELEASE-v0.4.0.md: redaksi seluruh path internal (/home/abraham/..., ~/Prdmid/..., ~/Vastar-Publication/...) menjadi placeholder generic.

Scope & catatan

  • Hanya menyentuh config + .gitignore + 1 file release; tidak mengubah kode crate.
  • Di luar scope: test-wizard/Cargo.toml masih memuat path = /home/abraham/... (manifest crate) — sengaja tidak disentuh, perlu PR terpisah.
  • Validasi mengandalkan tab Actions setelah push.

…elease doc

- Set MSRV to 1.93.1 in docs/INSTALLATION.md (was 1.70); pin example + builder image to rust:1.93.1-bookworm

- Add rust-toolchain.toml (channel 1.93.1, components rustfmt + clippy)

- Ignore docs-dev-jangan-ditrack/ in .gitignore

- Redact internal home/absolute paths from RELEASE-v0.4.0.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant