Install binstall by downloading.

This commit is contained in:
Miles Johnson 2023-04-16 14:35:54 -07:00
parent 949b836c1d
commit 80fcf1ca2f
3 changed files with 66 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@moonrepo/setup-rust",
"version": "0.2.2",
"version": "0.2.3",
"description": "A GitHub action for setting up Rust and Cargo.",
"main": "dist/index.js",
"scripts": {
@ -18,6 +18,7 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^2.0.1",
"@ltd/j-toml": "^1.38.0"
},
"devDependencies": {