(cargo-release): healthchecks: version 2.0.0

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-11-21 11:26:29 +05:30
parent 3bc074d4a5
commit 2f346cad2b
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -301,7 +301,7 @@ dependencies = [
[[package]]
name = "healthchecks"
version = "1.0.2-alpha.0"
version = "2.0.0"
dependencies = [
"serde",
"serde_json",

View File

@ -10,5 +10,5 @@ edition = "2018"
anyhow = "1.0.34"
chrono = "0.4.19"
clap = "3.0.0-beta.2"
healthchecks = { path = "../healthchecks", version = "^1.0.2-alpha.0"}
healthchecks = { path = "../healthchecks", version = "^2.0.0"}
prettytable-rs = "0.8.0"

View File

@ -1,6 +1,6 @@
[package]
name = "healthchecks"
version = "1.0.2-alpha.0"
version = "2.0.0"
authors = ["Harsh Shandilya <me@msfjarvis.dev>"]
edition = "2018"
description = "Simple library to notify healthchecks.io from inside applications"

View File

@ -15,7 +15,7 @@ readme = "README.md"
[dependencies]
anyhow = "1.0.34"
clap = "3.0.0-beta.2"
healthchecks = { path = "../healthchecks", version = "^1.0.2-alpha.0"}
healthchecks = { path = "../healthchecks", version = "^2.0.0"}
subprocess = "0.2.6"
[badges]