Skip to content

Commit 3c7e99a

Browse files
authored
Merge branch 'main' into feature/amp-devcontainer-rust/update-vscode-extensions-devcontainer.json
2 parents 921f1ce + 3b85249 commit 3c7e99a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.devcontainer/cpp/apt-requirements-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"gnupg2": "2.4.4-2ubuntu17.3",
88
"ninja-build": "1.11.1-2",
99
"python3-pip": "24.0+dfsg-1ubuntu1.3",
10-
"udev": "255.4-1ubuntu8.10",
10+
"udev": "255.4-1ubuntu8.11",
1111
"unzip": "6.0-28ubuntu4.1",
1212
"wget": "1.21.4-1ubuntu4.1",
1313
"xsltproc": "1.1.39-0exp1ubuntu0.24.04.2",

.devcontainer/cpp/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
3434
3535
36-
"github.vscode-pull-request-github@0.118.2",
36+
"github.vscode-pull-request-github@0.120.0",
3737
3838
3939
4040
41-
41+
4242
4343
4444

.devcontainer/rust/apt-requirements-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"git": "1:2.43.0-1ubuntu7.3",
66
"gnupg2": "2.4.4-2ubuntu17.3",
77
"rustup": "1.26.0-5build1",
8-
"udev": "255.4-1ubuntu8.10",
8+
"udev": "255.4-1ubuntu8.11",
99
"wget": "1.21.4-1ubuntu4.1",
1010
"xz-utils": "5.6.1+really5.4.5-1ubuntu0.2"
1111
}

0 commit comments

Comments
 (0)