toml
iotics-grpc-client = "0.3"
Rename .env-sample
to .env
and give values to the environment variables.
bash
cargo run --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
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