File tree Expand file tree Collapse file tree 3 files changed +743
-617
lines changed Expand file tree Collapse file tree 3 files changed +743
-617
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.3
2
+
3
+ - Include ` GITHUB_WORKFLOW ` in cache key.
4
+ - Updated dependencies.
5
+
6
+ # 1.0.2
7
+
8
+ - Switch to Node.js v20.
9
+
1
10
# 1.0.1
2
11
3
12
- Fixed an issue where a module was missing from the build.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @moonrepo/setup-rust" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " A GitHub action for setting up Rust and Cargo." ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
16
16
"author" : " Miles Johnson" ,
17
17
"license" : " MIT" ,
18
18
"dependencies" : {
19
- "@actions/cache" : " ^3.2.1 " ,
20
- "@actions/core" : " ^1.10.0 " ,
19
+ "@actions/cache" : " ^3.2.2 " ,
20
+ "@actions/core" : " ^1.10.1 " ,
21
21
"@actions/exec" : " ^1.1.1" ,
22
22
"@actions/glob" : " ^0.4.0" ,
23
23
"@actions/io" : " ^1.1.3" ,
26
26
"detect-libc" : " ^2.0.2"
27
27
},
28
28
"devDependencies" : {
29
- "@types/node" : " ^20.8.9 " ,
30
- "@vercel/ncc" : " ^0.36 .1" ,
31
- "eslint" : " ^8.46 .0" ,
32
- "eslint-config-moon" : " ^2.0.6 " ,
33
- "prettier" : " ^3.0.0 " ,
29
+ "@types/node" : " ^20.9.0 " ,
30
+ "@vercel/ncc" : " ^0.38 .1" ,
31
+ "eslint" : " ^8.53 .0" ,
32
+ "eslint-config-moon" : " ^2.0.11 " ,
33
+ "prettier" : " ^3.0.3 " ,
34
34
"prettier-config-moon" : " ^1.1.2" ,
35
35
"tsconfig-moon" : " ^1.3.0" ,
36
- "typescript" : " ^5.1.6 "
36
+ "typescript" : " ^5.2.2 "
37
37
},
38
38
"engines" : {
39
39
"node" : " >=20.0.0"
You can’t perform that action at this time.
0 commit comments