Skip to content

Commit 62bd85c

Browse files
remove tic-tac-toe from update-rev
1 parent 6d1b314 commit 62bd85c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

scripts/update_sdk_types_rev.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ echo "Updated rev in Cargo.toml files."
6666
echo "Updating Cargo.lock for workspace..."
6767
run_with_timeout 5 cargo check
6868

69-
echo "Updating Cargo.lock for examples/tic-tac-toe/cli..."
70-
cd examples/tic-tac-toe/cli
71-
run_with_timeout 5 cargo check
72-
cd ../../..
73-
7469
echo "Updating Cargo.lock for docs/examples/rust..."
7570
cd docs/examples/rust
7671
run_with_timeout 5 cargo check

0 commit comments

Comments
 (0)