Fix build issue do to features
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2023-04-29 09:06:20 +02:00
parent 31c7db4717
commit 385fa01111

View File

@ -8,7 +8,7 @@ steps:
image: rust
commands:
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo clippy --all-features -- -D warnings
- cargo test --all-features