diff --git a/Cargo.lock b/Cargo.lock index e4000c0..e745705 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "lustre_collector" -version = "0.7.9" +version = "0.8.0" dependencies = [ "clap", "combine", diff --git a/Cargo.toml b/Cargo.toml index 62f141f..d32d7a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Scrapes Lustre stats and aggregates into JSON or YAML" edition = "2021" license = "MIT" name = "lustre_collector" -version = "0.7.9" +version = "0.8.0" [lints.clippy] cast_lossless = "warn"