We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612d8d6 commit 6cdeeccCopy full SHA for 6cdeecc
1 file changed
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
run: cargo clippy --workspace --no-default-features --features "compat-3-0-0 rustls" -v -- -Dwarnings
60
61
- name: Lints (bson 3)
62
- run: cargo clippy --workspace --no-default-features --features "bson-3 rustls" -v -- -Dwarnings
+ run: cargo clippy --workspace --no-default-features --features "compat-3-3-0 bson-3 rustls" -v -- -Dwarnings
63
64
- name: Tests
65
run: cargo test --workspace -v
0 commit comments