Skip to content

Commit dd1c9c4

Browse files
authored
[rust] - Build failure due to non-existing rust dependency. Correction by changing the feature reference (#1424)
* Dummy test * chanhing the rust feature version * Changing back rust feature reference * Changing back the rust image version to latest * Changing the rust feature version to 1.3 * Changing back the feature to version 1 * Back to 1.3 again * Finally changing the rust feature version to latest * Changing the rust feature tag to 1 * Changing the rust feature tag to latest as the final version.
1 parent 3c8cef1 commit dd1c9c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rust/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"userGid": "1000",
1212
"upgradePackages": "true"
1313
},
14-
"ghcr.io/devcontainers/features/rust:1": "latest",
14+
"ghcr.io/devcontainers/features/rust:latest": "latest",
1515
"ghcr.io/devcontainers/features/git:1": {
1616
"version": "latest",
1717
"ppa": "false"

src/rust/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.23",
2+
"version": "1.0.24",
33
"variants": [
44
"bookworm",
55
"bullseye"

0 commit comments

Comments
 (0)