mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-22 18:48:41 +00:00
deps: Update to latest.
This commit is contained in:
parent
9c00f9cafd
commit
c15c42022b
3 changed files with 749 additions and 623 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
# 1.0.3
|
||||||
|
|
||||||
|
- Include `GITHUB_WORKFLOW` in cache key.
|
||||||
|
- Updated dependencies.
|
||||||
|
|
||||||
|
# 1.0.2
|
||||||
|
|
||||||
|
- Switch to Node.js v20.
|
||||||
|
|
||||||
# 1.0.1
|
# 1.0.1
|
||||||
|
|
||||||
- Fixed an issue where a module was missing from the build.
|
- Fixed an issue where a module was missing from the build.
|
||||||
|
|
18
package.json
18
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@moonrepo/setup-rust",
|
"name": "@moonrepo/setup-rust",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "A GitHub action for setting up Rust and Cargo.",
|
"description": "A GitHub action for setting up Rust and Cargo.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -16,8 +16,8 @@
|
||||||
"author": "Miles Johnson",
|
"author": "Miles Johnson",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/cache": "^3.2.1",
|
"@actions/cache": "^3.2.2",
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.1",
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "^1.1.1",
|
||||||
"@actions/glob": "^0.4.0",
|
"@actions/glob": "^0.4.0",
|
||||||
"@actions/io": "^1.1.3",
|
"@actions/io": "^1.1.3",
|
||||||
|
@ -26,14 +26,14 @@
|
||||||
"detect-libc": "^2.0.2"
|
"detect-libc": "^2.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.8.9",
|
"@types/node": "^20.9.0",
|
||||||
"@vercel/ncc": "^0.36.1",
|
"@vercel/ncc": "^0.38.1",
|
||||||
"eslint": "^8.46.0",
|
"eslint": "^8.53.0",
|
||||||
"eslint-config-moon": "^2.0.6",
|
"eslint-config-moon": "^2.0.11",
|
||||||
"prettier": "^3.0.0",
|
"prettier": "^3.0.3",
|
||||||
"prettier-config-moon": "^1.1.2",
|
"prettier-config-moon": "^1.1.2",
|
||||||
"tsconfig-moon": "^1.3.0",
|
"tsconfig-moon": "^1.3.0",
|
||||||
"typescript": "^5.1.6"
|
"typescript": "^5.2.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20.0.0"
|
"node": ">=20.0.0"
|
||||||
|
|
1345
pnpm-lock.yaml
generated
1345
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue