File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments