Skip to content

Commit 00223b0

Browse files
authored
Merge pull request #144 from nikomatsakis/generate-blogpost
Generate blogpost
2 parents a9b88d3 + 073f245 commit 00223b0

File tree

17 files changed

+2236
-106
lines changed

17 files changed

+2236
-106
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye",
77
"features": {
88
"ghcr.io/eitsupi/devcontainer-features/mdbook:1": {},
9-
"ghcr.io/guiyomh/features/just:0": {}
9+
"ghcr.io/guiyomh/features/just:0": {},
10+
"ghcr.io/devcontainers/features/aws-cli:1": {},
11+
"ghcr.io/devcontainers/features/github-cli:1": {}
1012
}
1113

1214
// Use 'mounts' to make the cargo cache persistent in a Docker Volume.

0 commit comments

Comments
 (0)