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

use stable rust #39

Merged
merged 11 commits into from
Aug 8, 2024
Merged

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    9fb07d9 View commit details
    Browse the repository at this point in the history
  2. add crate feature "nightly" to enable features in rust nightly

    - enables code using cow_is_borrowed
    - enables code using new_uninit
    
    - use Vec::chunk_by (stable since rust 1.70)
    - use divan for benchmarks
    - add function to create empty vec
    alexander-buerger-met-no authored and gauteh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8e8f8f8 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    gauteh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    09fe41b View commit details
    Browse the repository at this point in the history
  4. update dependencies

    gauteh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1890cf1 View commit details
    Browse the repository at this point in the history
  5. ci: use py 3.10

    gauteh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2cae896 View commit details
    Browse the repository at this point in the history
  6. ci: remove x86 target

    gauteh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3429f9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b24a7a View commit details
    Browse the repository at this point in the history
  8. nc: values -> get_values

    gauteh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7d4e2b8 View commit details
    Browse the repository at this point in the history
  9. skip one mftest

    gauteh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ba4f981 View commit details
    Browse the repository at this point in the history
  10. ci: test on stable as well

    gauteh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    34a0246 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8ac70b9 View commit details
    Browse the repository at this point in the history