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 image: rust
commands: commands:
- rustup component add clippy - rustup component add clippy
- cargo clippy -- -D warnings - cargo clippy --all-features -- -D warnings
- cargo test --all-features - cargo test --all-features