Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
  • Loading branch information
jgrund committed Mar 14, 2024
1 parent 6678944 commit 6298ca0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Scrapes Lustre stats and aggregates into JSON or YAML"
edition = "2021"
license = "MIT"
name = "lustre_collector"
version = "0.7.8"
version = "0.7.9"

[dependencies]
clap = {version = "4", features = ["derive"]}
Expand All @@ -17,8 +17,8 @@ tracing = "0.1"
tracing-subscriber = "0.3"

[dev-dependencies]
insta = "1"
include_dir = "0.7"
insta = "1"

[profile.release]
lto = true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![rust](https://github.com/whamcloud/lustre-collector/workflows/rust/badge.svg?branch=master)

![Crates.io](https://img.shields.io/crates/v/lustre_collector) ![docs.rs](https://docs.rs/lustre_collector/badge.svg?version=0.5.3)
![Crates.io](https://img.shields.io/crates/v/lustre_collector) ![docs.rs](https://docs.rs/lustre_collector/badge.svg)

This repo provides a parsed representation of common Lustre statistics.

Expand Down

0 comments on commit 6298ca0

Please sign in to comment.