Develop first version #1

Merged
pierre merged 13 commits from feat-base-lib into master 2023-04-29 07:49:36 +00:00
Showing only changes of commit 385fa01111 - Show all commits

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