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 a546466 commit b66cb9eCopy full SHA for b66cb9e
envsetup.sh
@@ -112,7 +112,7 @@ function remote_shell() {
112
command ssh "$remote_user_host" -t "cd $remote_directory; bash"
113
}
114
115
-declare -a publish_dirs=("rsbinder" "rsbinder-aidl" "rsbinder-hub" "rsbinder-tools" "rsbinder-tokio")
+declare -a publish_dirs=("rsbinder-aidl" "rsbinder" "rsbinder-tools")
116
117
function publish() {
118
local cargo_options=()
0 commit comments