Skip to content

update axum to 0.8#36

Merged
trchopan merged 1 commit intotrchopan:mainfrom
edge-m:update-axum-0.8
Mar 2, 2025
Merged

update axum to 0.8#36
trchopan merged 1 commit intotrchopan:mainfrom
edge-m:update-axum-0.8

Conversation

@edge-m
Copy link
Contributor

@edge-m edge-m commented Feb 16, 2025

  • Updated to axum 0.8 ( close Update axum to 0.8 #35 )
    • firebase-auth crate itself
    • crates in examples
  • Added allow dead code for struct that contains unused fields
  • Incremented the minor version of firebase-auth package 0.4.x -> 0.5.0
  • Update the README

Comment on lines +16 to 18
Version 0.5.x supports Axum 0.8.

Version 0.4.x supports Axum 0.7.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure the versioning policy but seems increment minor versoin is the current way for this change


#[async_trait]
impl<S> FromRequestParts<S> for FirebaseUser
where
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the release note, we don't need this any more
https://tokio.rs/blog/2025-01-01-announcing-axum-0-8-0#async_trait-removal

@trchopan trchopan merged commit 21fa07a into trchopan:main Mar 2, 2025
2 checks passed
@trchopan
Copy link
Owner

trchopan commented Mar 2, 2025

Thank you for the PR 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update axum to 0.8

2 participants