Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Try pinning lustre_collector version.
Browse files Browse the repository at this point in the history
Signed-off-by: johnsonw <wjohnson@whamcloud.com>
  • Loading branch information
johnsonw committed Aug 18, 2020
1 parent 11347c1 commit 63e28d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iml-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inotify = "0.8"
lazy_static = "1.4.0"
libc = "0.2"
liblustreapi = {path = "../liblustreapi", version = "0.3"}
lustre_collector = "0.2.13"
lustre_collector = "=0.2.13"
prettytable-rs = "0.8"
reqwest = {version = "0.10", default-features = false, features = ["rustls-tls", "json", "stream"]}
serde = {version = "1", features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion iml-services/iml-stats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ iml-service-queue = {path = "../iml-service-queue", version = "0.3"}
iml-tracing = {version = "0.2", path = "../../iml-tracing"}
iml-wire-types = {path = "../../iml-wire-types", version = "0.3"}
influx_db_client = {version = "0.4", default-features = false, features = ["rustls-tls"]}
lustre_collector = "0.2.13"
lustre_collector = "=0.2.13"
thiserror = "1.0"
tokio = {version = "0.2", features = ["macros", "rt-threaded"]}
tracing = "0.1"
Expand Down

0 comments on commit 63e28d7

Please sign in to comment.