iotics-grpc-client-rs
IOTICS gRPC client in Rust.
Proto files
Are submoduled in
api/
from
https://github.com/Iotic-Labs/api
.
proto/google/rpc/status.proto
is included as it's a dependency.
Releasing
Increment the version in
Cargo.toml
Commit the version change
Tag the commit and push the changes to
main
bash git tag -a v0.2.0 git push origin v0.2.0
Release\ Create a
new release
.\ The
publish.yaml
GitHub Action will pick it up and do the actual release to
crates.io
.