Skip to content

Commit 5ca3965

Browse files
committed
corrections done based on review comments.
1 parent 14492c3 commit 5ca3965

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/rust/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ Installs Rust, common Rust utilities, and their required dependencies
3333

3434
This Feature should work on recent versions of Debian/Ubuntu, RedHat Enterprise Linux, Fedora, Alma, RockyLinux
3535
and Mariner distributions with the `apt`, `yum`, `dnf`, `microdnf` and `tdnf` package manager installed.
36-
Alpine is not supported because the rustup-init binary requires glibc to run, but Alpine Linux does not include `glibc`
36+
37+
38+
**Note:** Alpine is not supported because the rustup-init binary requires glibc to run, but Alpine Linux does not include `glibc`
3739
by default. Instead, it uses musl libc, which is not binary-compatible with glibc.
3840

3941
`bash` is required to execute the `install.sh` script.

src/rust/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "rust",
3-
"version": "1.3.4",
3+
"version": "1.4.0",
44
"name": "Rust",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/rust",
66
"description": "Installs Rust, common Rust utilities, and their required dependencies",

0 commit comments

Comments
 (0)