Skip to content

Commit

Permalink
avoid execution error
Browse files Browse the repository at this point in the history
Error seen is:
> error: toolchain 'nightly -Z script' is not installed
  • Loading branch information
tshepang committed Dec 23, 2023
1 parent 5ce3fef commit b74940a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/verification_real_world/update_valid_ee_certs.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env cargo +nightly -Z script
#!/usr/bin/env -S cargo +nightly -Z script
```cargo
package.edition = "2021"
dependencies.anyhow = "1"
Expand Down

0 comments on commit b74940a

Please sign in to comment.