Skip to content

Commit

Permalink
pin home transitive dep because people are dicks about MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Dec 23, 2023
1 parent b364207 commit dfa7d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions metrics-exporter-tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ tracing = { version = "0.1", default-features = false, features = ["attributes"]

[build-dependencies]
prost-build = "0.11"
home = "=0.5.5"

[dev-dependencies]
quanta = "0.12"
Expand Down
1 change: 1 addition & 0 deletions metrics-observer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] }

[build-dependencies]
prost-build = "0.11"
home = "=0.5.5"

0 comments on commit dfa7d62

Please sign in to comment.