fix(deps): update rust crate cortex-m-rt to 0.7.3 (#55) #43
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Doc Publish | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
name: Build Docs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Install Toolchain | |
uses: actions-rust-lang/setup-rust-toolchain@v1 | |
with: | |
toolchain: 'stable' | |
target: 'x86_64-unknown-linux-gnu' | |
- name: Cargo Doc | |
run: cargo doc --verbose --no-deps --document-private-items |