Skip to content

Commit 42be533

Browse files
committed
fix(config): setup config for auto release from release-please
Signed-off-by: Deep Panchal <[email protected]>
1 parent 85a3acc commit 42be533

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.0.0"
33
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
[package]
22
name = "aws-iot-mqtt-cli"
3-
version = "0.1.0"
3+
description = "MQTT CLI for AWS IoT"
4+
keywords = ["cli", "mqtt", "aws-iot"]
5+
authors = ["Deep Panchal <[email protected]>"]
6+
version = "0.0.0"
47
edition = "2021"
8+
documentation = "https://docs.rs/aws-iot-mqtt-cli"
9+
homepage = "https://github.com/deepanchal/aws-iot-mqtt-cli"
10+
repository = "https://github.com/deepanchal/aws-iot-mqtt-cli"
11+
license = "MIT"
512

613
[dependencies]
714
aws-iot-device-sdk-rust = "0.6.0"

0 commit comments

Comments
 (0)