Release first version
This commit is contained in:
parent
bd27a6433b
commit
54abe207e0
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -436,7 +436,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mightyohm-gc-exporter"
|
||||
version = "0.1.0-dev"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mightyohm-gc-exporter"
|
||||
version = "0.1.0-dev"
|
||||
version = "0.1.0"
|
||||
authors = ["finga <finga@onders.org>"]
|
||||
edition = "2021"
|
||||
description = "Prometheus exporter for the MightyOhm Geiger Counter."
|
||||
|
|
Loading…
Reference in a new issue