We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1b314 commit 62bd85cCopy full SHA for 62bd85c
1 file changed
scripts/update_sdk_types_rev.sh
@@ -66,11 +66,6 @@ echo "Updated rev in Cargo.toml files."
66
echo "Updating Cargo.lock for workspace..."
67
run_with_timeout 5 cargo check
68
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
-
74
echo "Updating Cargo.lock for docs/examples/rust..."
75
cd docs/examples/rust
76
0 commit comments