diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-03-02 21:14:58 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-03-02 21:15:12 +0100 |
| commit | d4f2c6cf00b481f5d346bc3a1cd820883c8add23 (patch) | |
| tree | bfe21da055e7d4000e199cd3f630c2045a6d4944 /.github/workflows | |
| parent | 7991b05e4cce4f52873f0bb9620ef6d37a46e2e9 (diff) | |
Remove cargo namespaced-features
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 44e092a67..006416121 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -22,4 +22,4 @@ jobs: | |||
| 22 | components: rust-src | 22 | components: rust-src |
| 23 | override: true | 23 | override: true |
| 24 | - name: Build | 24 | - name: Build |
| 25 | run: ./test-build.sh | 25 | run: ./ci.sh |
