Adds renaming games functionality
This commit is contained in:
18
update-rust.sh
Executable file
18
update-rust.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -x -e
|
||||
|
||||
pushd backend-actix
|
||||
cargo update
|
||||
cargo build
|
||||
popd
|
||||
|
||||
pushd gamenight-database
|
||||
cargo update
|
||||
cargo build
|
||||
popd
|
||||
|
||||
pushd gamenight-cli
|
||||
cargo update
|
||||
cargo build
|
||||
popd
|
||||
Reference in New Issue
Block a user