Skip to content

Commit

Permalink
Fix semver features.
Browse files Browse the repository at this point in the history
  • Loading branch information
lseelenbinder committed Sep 18, 2024
1 parent f10c284 commit e98b93f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
features: "http-async,mmap-async-tokio,tilejson,s3-async-native,aws-s3-async"
feature-group: only-explicit-features
features: "http-async,mmap-async-tokio,tilejson,s3-async-rustls,aws-s3-async"

msrv:
name: Test MSRV
Expand Down

0 comments on commit e98b93f

Please sign in to comment.