Skip to content

Commit

Permalink
remove cargo stylus --version, bad exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
rory-ocl committed Jun 6, 2024
1 parent cd1183d commit 16ba254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
# Print version information
rustc -Vv
cargo -V
cargo stylus --version
#cargo stylus --version

cargo stylus new counter
cd counter
Expand Down

0 comments on commit 16ba254

Please sign in to comment.