diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-03-02 21:14:58 +0100 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-03-02 21:15:12 +0100 |
commit | d4f2c6cf00b481f5d346bc3a1cd820883c8add23 (patch) | |
tree | bfe21da055e7d4000e199cd3f630c2045a6d4944 /.github | |
parent | 7991b05e4cce4f52873f0bb9620ef6d37a46e2e9 (diff) | |
download | embassy-d4f2c6cf00b481f5d346bc3a1cd820883c8add23.zip |
Remove cargo namespaced-features
Diffstat (limited to '.github')
-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 44e092a6..00641612 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,4 +22,4 @@ jobs: components: rust-src override: true - name: Build - run: ./test-build.sh + run: ./ci.sh |