diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-10-02 22:24:59 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-10-02 23:30:12 +0200 |
| commit | 753781a2639c3505ab046cb48acb6473b84b214b (patch) | |
| tree | 48f22ea348ae8705c8b1341efb9f236b4d5ae2ff /embassy-embedded-hal/Cargo.toml | |
| parent | 73208d524843ca451b4cbfdb06e35f1b85290f4c (diff) | |
Build docs in CI
Diffstat (limited to 'embassy-embedded-hal/Cargo.toml')
| -rw-r--r-- | embassy-embedded-hal/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-embedded-hal/Cargo.toml b/embassy-embedded-hal/Cargo.toml index fe8fac7c8..845f742e4 100644 --- a/embassy-embedded-hal/Cargo.toml +++ b/embassy-embedded-hal/Cargo.toml | |||
| @@ -8,7 +8,7 @@ edition = "2021" | |||
| 8 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-embedded-hal-v$VERSION/embassy-embedded-hal/src/" | 8 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-embedded-hal-v$VERSION/embassy-embedded-hal/src/" |
| 9 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-embedded-hal/src/" | 9 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-embedded-hal/src/" |
| 10 | features = ["nightly", "std"] | 10 | features = ["nightly", "std"] |
| 11 | target = "thumbv7em-none-eabi" | 11 | target = "x86_64-unknown-linux-gnu" |
| 12 | 12 | ||
| 13 | [features] | 13 | [features] |
| 14 | std = [] | 14 | std = [] |
