new: Prepare v1 release. (#9)

This commit is contained in:
Miles Johnson 2023-08-01 15:29:15 -07:00 committed by GitHub
parent 711a320c49
commit 889bf1db60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 592 additions and 450 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@moonrepo/setup-rust",
"version": "0.6.1",
"version": "1.0.0",
"description": "A GitHub action for setting up Rust and Cargo.",
"main": "dist/index.js",
"scripts": {
@ -22,16 +22,20 @@
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@ltd/j-toml": "^1.38.0"
"@ltd/j-toml": "^1.38.0",
"detect-libc": "^2.0.2"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.40.0",
"eslint-config-moon": "^2.0.3",
"prettier": "^2.8.8",
"eslint": "^8.46.0",
"eslint-config-moon": "^2.0.6",
"prettier": "^3.0.0",
"prettier-config-moon": "^1.1.2",
"tsconfig-moon": "^1.3.0",
"typescript": "^5.0.4"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=16.0.0"
}
}