Skip to content

Commit

Permalink
package update
Browse files Browse the repository at this point in the history
  • Loading branch information
dstric-aqueduct committed Dec 12, 2022
1 parent 111f429 commit 6da6c97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
target: thumbv7em-none-eabihf
override: true
profile: minimal
- name: Check imxrt1060-hal with features '${{ matrix.features }}'
- name: Check imxrt-hal with features '${{ matrix.features }}'
uses: actions-rs/cargo@v1
with:
command: check
args: >
--features=${{ matrix.features }}
--manifest-path=imxrt1060-hal/Cargo.toml
--manifest-path=imxrt-hal/Cargo.toml
--target=thumbv7em-none-eabihf
--verbose
2 changes: 1 addition & 1 deletion imxrt-hal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "imxrt1060-hal"
name = "imxrt-hal"
authors = ["Tom Burdick <tom.burdick@electromatic.us>", "Ian McIntyre <ianpmcintyre@gmail.com>"]
description = """
Hardware abstraction layer for NXP i.MX RT 1060 microcontrollers, including
Expand Down

0 comments on commit 6da6c97

Please sign in to comment.