Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jan 15:30
· 235 commits to main since this release
ea04fd6

3.0.0 (2023-01-01)

Features

  • rocket: add auth guard for rocket oauth2.0 introspection (#319) (ea04fd6)

BREAKING CHANGES

  • rocket: This removes api as a default
    feature. To migrate, just add api to the used features
    of the crate.