1
0
mirror of https://github.com/chylex/Apache-Prometheus-Exporter.git synced 2025-04-30 06:34:05 +02:00

Release 1.0.0

This commit is contained in:
chylex 2023-10-04 15:38:35 +02:00
parent 974f7f4035
commit f942b9830d
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -25,7 +25,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]] [[package]]
name = "apache_prometheus_exporter" name = "apache_prometheus_exporter"
version = "0.1.0" version = "1.0.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"hyper", "hyper",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "apache_prometheus_exporter" name = "apache_prometheus_exporter"
version = "0.1.0" version = "1.0.0"
edition = "2021" edition = "2021"
[[bin]] [[bin]]