Skip to content

Commit 5ffef78

Browse files
authored
Fix platforms in "rust-postgres" template (#248)
1 parent 3debff2 commit 5ffef78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/rust-postgres/devcontainer-template.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
}
2020
},
2121
"platforms": [
22-
"Ruby"
22+
"Rust",
23+
"PostgreSQL DB"
2324
]
24-
}
25+
}

0 commit comments

Comments
 (0)