Skip to content

fix(deps): update rust crate uart_16550 to 0.3.0 #135

fix(deps): update rust crate uart_16550 to 0.3.0

fix(deps): update rust crate uart_16550 to 0.3.0 #135

Workflow file for this run

name: Rust
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
override: true
- name: Add rust-src component
run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- name: Build the project
run: cargo build --verbose