This website requires JavaScript.
Explore
Help
Sign in
kemitix
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
3
Pull requests
Projects
Releases
11
Packages
Wiki
Activity
Actions
e931692d33
rust
/
entrypoint.sh
7 lines
57 B
Bash
Raw
Normal View
History
Unescape
Escape
First implementation
2024-05-16 18:52:20 +01:00
#!/usr/bin/env bash
set
-e
feat: ensure toolchains are up-to-date
2024-09-09 08:30:29 +01: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 15:03:35 +01:00
${
INPUT_ARGS
}
Reference in a new issue
Copy permalink