Skip to content

Commit

Permalink
Omit third-party crates from rust 1.45 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GREsau committed Aug 12, 2022
1 parent dfa51de commit b48bb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- nightly
include:
- rust: 1.45.0
test_features: "--all-features"
test_features: "--features impl_json_schema"
allow_failure: false
- rust: stable
test_features: "--all-features"
Expand Down

0 comments on commit b48bb2b

Please sign in to comment.