Skip to content

Commit

Permalink
Merge branch 'main' into update/lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook authored Sep 11, 2023
2 parents c282024 + 805cc65 commit 05d66df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: rust-src
target: thumbv7em-none-eabihf
profile: minimal
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v1

Expand Down
9 changes: 9 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[toolchain]
channel = "nightly"
targets = [
"thumbv7em-none-eabihf", # not for crank, mainly for tests
]
components = [
"rust-src", # for build-std, same as target above
"rustfmt",
]

0 comments on commit 05d66df

Please sign in to comment.