We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c6ae4 commit bea7cdfCopy full SHA for bea7cdf
.github/workflows/build.yml
@@ -11,13 +11,12 @@ jobs:
11
strategy:
12
matrix:
13
target:
14
- - thumbv8m.main-none-eabihf
15
- thumbv8m.main-none-eabi
16
steps:
17
- uses: actions/checkout@v1
18
- uses: actions-rs/toolchain@v1
19
with:
20
- toolchain: stable
+ toolchain: nightly
21
target: ${{ matrix.target }}
22
override: true
23
- uses: actions-rs/cargo@v1
Cargo.toml
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
7
readme = "README.md"
8
repository = "https://github.com/42-technology-ltd/nrfxlib"
9
description = "Rust driver for the LTE stack on the Nordic nRF9160"
10
+resolver = "2"
[dependencies]
nrf9160-pac = "0.2.1"
0 commit comments