mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 21:40:01 +00:00
Support musl.
This commit is contained in:
parent
ff53ffe218
commit
f15a249d24
4 changed files with 32 additions and 4 deletions
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
|
@ -22,6 +22,9 @@ dependencies:
|
|||
'@ltd/j-toml':
|
||||
specifier: ^1.38.0
|
||||
version: 1.38.0
|
||||
detect-libc:
|
||||
specifier: ^2.0.2
|
||||
version: 2.0.2
|
||||
|
||||
devDependencies:
|
||||
'@types/node':
|
||||
|
@ -933,6 +936,11 @@ packages:
|
|||
engines: {node: '>=6'}
|
||||
dev: true
|
||||
|
||||
/detect-libc@2.0.2:
|
||||
resolution: {integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==}
|
||||
engines: {node: '>=8'}
|
||||
dev: false
|
||||
|
||||
/dir-glob@3.0.1:
|
||||
resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
|
||||
engines: {node: '>=8'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue