We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71379a9 commit aa9c8cbCopy full SHA for aa9c8cb
prepare-release.sh
@@ -30,6 +30,8 @@ CRATES=( \
30
"tonic-reflection" \
31
"tonic-health" \
32
"tonic-web" \
33
+ "tonic-prost" \
34
+ "tonic-prost-build" \
35
)
36
37
for CRATE in "${CRATES[@]}"; do
publish-release.sh
@@ -19,6 +19,8 @@ CRATES=( \
19
20
21
22
23
24
25
26
0 commit comments