Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust: Build from git branches #18151

Merged
merged 2 commits into from
May 31, 2022

Commits on May 31, 2022

  1. Rust: Use git versions of riot-{sys,wrappers} by default

    This makes it easier for all maintainers to adjust to C-nonbreaking but
    Rust-breaking API changes, as regular `cargo update` steps don't require
    a crates.io release any more.
    chrysn committed May 31, 2022
    Configuration menu
    Copy the full SHA
    fdc4e11 View commit details
    Browse the repository at this point in the history
  2. {examples,tests}/rust: Rust updates

    This is not so much an update (riot-wrappers stays at the same commit,
    riot-sys just advances by one that re-enables an optional dependency,
    but of course third party crates are updated) but more reflects the
    switch from using released crates to git versions.
    chrysn committed May 31, 2022
    Configuration menu
    Copy the full SHA
    f89324a View commit details
    Browse the repository at this point in the history