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

Add support for no_std #1

Merged
merged 11 commits into from
Apr 20, 2023

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    35653b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    194122c View commit details
    Browse the repository at this point in the history
  3. Make idna no_std compatible

    Add default feature flag "std" that enables a `std::error::Error` impl for `Errors`.
    madsmtm committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    422a260 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Test no_std support

    madsmtm committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    81ee074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d2a4c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    db92dd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Fixed testcases for no_std

    domenukk committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    bb7955a View commit details
    Browse the repository at this point in the history
  2. fix no_std for nightly

    domenukk committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    a98aef8 View commit details
    Browse the repository at this point in the history
  3. Add no_std to CI

    domenukk committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    0d14d5a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Fix no_std for deps

    domenukk committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    315eb43 View commit details
    Browse the repository at this point in the history
  2. Moved to no-std-net

    domenukk committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    6d622ab View commit details
    Browse the repository at this point in the history