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

Prepare for a breaking change in the Rust compiler. #51

Closed
wants to merge 8 commits into from
Closed

Prepare for a breaking change in the Rust compiler. #51

wants to merge 8 commits into from

Commits on Aug 6, 2023

  1. Merge pull request #46 from Goodjooy/feat-decorator-update

    better `PrepareDecoroator`
    Goodjooy authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    6ede972 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.toml

    Goodjooy authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    54db49d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Merge pull request #49 from Goodjooy/next

    Next 0.8
    Goodjooy authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    061e450 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.toml

    Goodjooy authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    908837a View commit details
    Browse the repository at this point in the history
  3. Update Cargo.toml

    Goodjooy authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6b24ac7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62c5778 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1a323e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Prepare for a breaking change in the Rust compiler.

    The soundness fix in rust-lang/rust#115008 will cause axum-starter to break, even though it is not unsound. The missing bound is very hard to abuse, but still a soundness hole in our type system
    oli-obk committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e4c0b92 View commit details
    Browse the repository at this point in the history