Skip to content

Commit 3d2cd71

Browse files
rust: bump mold from 2.39.1 to 2.40.3
1 parent ea78b7b commit 3d2cd71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rust/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
22
{
33
"id": "rust",
4-
"version": "7.1.4",
4+
"version": "7.1.5",
55
"name": "Development Container Feature - Rust",
66
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/rust",
77
"description": "Work efficiently and effortlessly with the Rust programming language",
@@ -113,7 +113,7 @@
113113
"linker.mold.version": {
114114
"description": "The version of the [`mold`](https://github.com/rui314/mold) linker to install",
115115
"type": "string",
116-
"default": "2.39.1"
116+
"default": "2.40.3"
117117
},
118118
"download-acquire-insecure": {
119119
"description": "Whether to download files without checking certificates",

0 commit comments

Comments
 (0)