diff --git a/.github/workflows/formal.yml b/.github/workflows/formal.yml index 0cfaa45..97c1fde 100644 --- a/.github/workflows/formal.yml +++ b/.github/workflows/formal.yml @@ -8,17 +8,19 @@ on: jobs: rustfmt: runs-on: ubuntu-latest - container: rustlang/rust:nightly + container: docker.io/rust steps: - uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Add rustfmt component + run: rustup component add rustfmt - name: Run cargo-fmt run: cargo fmt --check cargo-readme: runs-on: ubuntu-latest - container: rustlang/rust:nightly + container: docker.io/rust steps: - uses: actions/checkout@v3 with: @@ -28,4 +30,4 @@ jobs: crate: cargo-readme version: latest - name: Verify that README.rst is up to date - run: cargo +nightly readme | diff /dev/stdin README.md + run: cargo readme | diff /dev/stdin README.md diff --git a/riot-headers.h b/riot-headers.h index e1b70e0..f8be590 100644 --- a/riot-headers.h +++ b/riot-headers.h @@ -112,6 +112,17 @@ #ifdef MODULE_GNRC_ICMPV6 #include "net/gnrc/icmpv6.h" #endif +#ifdef MODULE_HASHES +#include +#include +#include +#include +#include +#include +#include +#include +#include +#endif #ifdef MODULE_NANOCOAP #include #endif