Allow to override toolchain from rust-toolchain file

This commit is contained in:
Thomas Eizinger 2019-12-10 20:56:35 +01:00
parent e2aeba25b2
commit d39c7183f3
No known key found for this signature in database
GPG key ID: 651AC83A6C6C8B96
7 changed files with 140 additions and 29 deletions

View file

@ -29,17 +29,19 @@
"url": "https://github.com/actions-rs/toolchain/issues"
},
"dependencies": {
"@actions/core": "^1.1.1",
"@actions-rs/core": "^0.0.8",
"@actions/core": "^1.2.0",
"@actions/exec": "^1.0.0",
"@actions/io": "^1.0.0",
"@actions-rs/core": "^0.0.8"
"@actions/io": "^1.0.0"
},
"devDependencies": {
"temp-write": "^4.0.0",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.14",
"@zeit/ncc": "^0.20.5",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"mock-env": "^0.2.0",
"ts-jest": "^24.2.0",
"typescript": "^3.7.2"
}