Support toml rust-toolchain

Closes #126
This commit is contained in:
Boaz Berman 2021-04-05 19:12:59 +03:00 committed by Martin Kröning
parent 88dc235639
commit e741d0b121
6 changed files with 118 additions and 37 deletions

View file

@ -35,7 +35,8 @@
"@actions-rs/core": "^0.1.6",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.2"
"@actions/io": "^1.0.2",
"@iarna/toml": "^2.2.5"
},
"devDependencies": {
"@types/jest": "^26.0.15",