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

chore: update to axum 0.8 #195

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

marcoieni
Copy link
Member

@marcoieni marcoieni commented Jan 7, 2025

Changes: https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.0

This is the biggest breaking change:

breaking: Upgrade matchit to 0.8, changing the path parameter syntax from /:single and /*many to /{single} and /{*many}; the old syntax produces a panic to avoid silent change in behavior (tokio-rs/axum#2645)

but I haven't seen this used in the codebase

@marcoieni marcoieni changed the title Chore update to axum 0 8 Chore update to axum 0.8 Jan 7, 2025
@marcoieni marcoieni changed the title Chore update to axum 0.8 chore: update to axum 0.8 Jan 7, 2025
@marcoieni marcoieni force-pushed the chore-update-to-axum-0-8 branch from 0992d31 to 99c9e57 Compare January 7, 2025 15:43
@marcoieni marcoieni marked this pull request as ready for review January 7, 2025 15:52
Copy link
Contributor

@Kobzol Kobzol left a comment

Choose a reason for hiding this comment

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

Thanks!

@Kobzol Kobzol added this pull request to the merge queue Jan 7, 2025
Merged via the queue into rust-lang:main with commit f50547b Jan 7, 2025
2 checks passed
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.

2 participants