Skip to content

Commit

Permalink
Updated publish crates list
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kim committed Feb 24, 2024
1 parent a546466 commit b66cb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function remote_shell() {
command ssh "$remote_user_host" -t "cd $remote_directory; bash"
}

declare -a publish_dirs=("rsbinder" "rsbinder-aidl" "rsbinder-hub" "rsbinder-tools" "rsbinder-tokio")
declare -a publish_dirs=("rsbinder-aidl" "rsbinder" "rsbinder-tools")

function publish() {
local cargo_options=()
Expand Down

0 comments on commit b66cb9e

Please sign in to comment.