This website requires JavaScript.
Explore
Help
Sign in
silvana
/
setup-rust
Watch
1
Star
0
Fork
You've already forked setup-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e931692d33
setup-rust
/
entrypoint.sh
7 lines
57 B
Bash
Raw
Normal View
History
Unescape
Escape
First implementation
2024-05-16 17:52:20 +00:00
#!/usr/bin/env bash
set
-e
feat: ensure toolchains are up-to-date
2024-09-09 07:30:29 +00:00
rustup update
feat!: can run commands other than cargo All existing uses will now need to explicitly include the leading `cargo` in their args.
2024-08-04 14:03:35 +00:00
${
INPUT_ARGS
}
Reference in a new issue
Copy permalink