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

feat: upgrade axum to 0.7 #9

Merged
merged 2 commits into from
Feb 27, 2024
Merged

feat: upgrade axum to 0.7 #9

merged 2 commits into from
Feb 27, 2024

Conversation

MuZhou233
Copy link
Contributor

Fix #7

  • Upgrade axum to 0.7
  • Other dependency upgrades are required by axum 0.7
  • axum-test-helper doesn't support axum 0.7 right now, switched to axum-test-helpers
  • Update README.md

Refer

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 50.00000% with 4 lines in your changes are missing coverage. Please review.

❗ No coverage uploaded for pull request base (master@77f18fb). Click here to learn what that means.

Files Patch % Lines
src/middleware.rs 50.00% 4 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##             master       #9   +/-   ##
=========================================
  Coverage          ?   56.52%           
=========================================
  Files             ?        1           
  Lines             ?       69           
  Branches          ?        0           
=========================================
  Hits              ?       39           
  Misses            ?       30           
  Partials          ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hsluoyz hsluoyz merged commit bf4f945 into casbin-rs:master Feb 27, 2024
12 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.

Update this package to support latest version of axum
3 participants