Typo in the example workflow

This commit is contained in:
svartalf 2019-09-18 12:55:16 +03:00
parent 16f1ea2210
commit 2c42f22fe4
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
arguments: --release --all-features
args: --release --all-features
```
See [additional recipes here](https://github.com/actions-rs/meta).

4
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "cargo",
"version": "1.0.0",
"name": "rust-cargo",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {