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

Release: rust 0.6.2 and python 0.3.3 #292

Merged
merged 2 commits into from
Jun 24, 2024

Commits on Jun 24, 2024

  1. release: rust 0.6.2 and python 0.3.3

    includes bug fixes with python wheel distribution
    and in turn facilitates integration with libraries
    that depend on lakers-python, such as aiocoap
    
    actually, the rust side doesn't have updates,
    but since the triggers to publish python wheels are on github
    actions, I am just bumping all the versions
    geonnave committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4b9ca05 View commit details
    Browse the repository at this point in the history
  2. toolchain: Pin nightly

    Today's nightly has a broken rustfmt; pinning it makes CI work and
    avoids users running into similar issues.
    chrysn committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1851e71 View commit details
    Browse the repository at this point in the history