| iotics-grpc-client-rs | iotics-host |
| ------------------------------ | ----------- |
| iotics-grpc-client = "3.x.x"
| >= 5
|
| iotics-grpc-client = "2.x.x"
| >= 5
|
| iotics-grpc-client = "0.3.x"
| >= 4
|
Rename .env-sample
to .env
and give values to the environment variables.
bash
git clone --recurse-submodules git@github.com:Iotic-Labs/iotics-grpc-client-rs.git
cargo run --features tls --example search
Run
```bash cd api git fetch --all --tags git checkout tags/vX.X.X cd .. git add api
git commit -m "Updated api to vX.X.X" git push ```
bash
git submodule update --remote
Commands to run before creating a PR
bash
cargo make format
cargo make clippy
Should contain a summary of the changes in CHANGELOG.md under the Unreleased section.
main
bash
git push
git tag -a vX.X.X -m "vX.X.X"
git push origin vX.X.X