We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8540565 commit 1916c80Copy full SHA for 1916c80
.github/workflows/package.sh
@@ -55,7 +55,7 @@ EOF
55
56
# Package one crate at a time and add it to the local registry so that subsequent crates
57
# can pick them up.
58
-for dir in core std repl client terminal sdl rpi cli; do
+for dir in core std repl client terminal sdl st7735s rpi cli; do
59
cd "${dir}"
60
cargo index add --index "${registry}/index" --index-url https://example.com
61
cd -
0 commit comments