tock / libtock-rs

Rust userland library for Tock
Apache License 2.0
160 stars 105 forks source link

Update the `tock/` submodule to latest `master`. #518

Closed jrvanwhy closed 8 months ago

jrvanwhy commented 8 months ago

Tock 2.1.1 uses a Rust toolchain that is too old to understand libtock-rs' current Cargo.toml. This causes cargo commands in the Tock submodule to fail. This PR updates the Tock submodule to latest master, giving it a recent toolchain. This fixes make clean and likely other build commands.

This also gives access to the license checker, which we may want to use in libtock-rs.