Skip to content

Commit 6cdeecc

Browse files
committed
Bson 3 build fix
1 parent 612d8d6 commit 6cdeecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: cargo clippy --workspace --no-default-features --features "compat-3-0-0 rustls" -v -- -Dwarnings
6060

6161
- name: Lints (bson 3)
62-
run: cargo clippy --workspace --no-default-features --features "bson-3 rustls" -v -- -Dwarnings
62+
run: cargo clippy --workspace --no-default-features --features "compat-3-3-0 bson-3 rustls" -v -- -Dwarnings
6363

6464
- name: Tests
6565
run: cargo test --workspace -v

0 commit comments

Comments
 (0)