Skip to content

Commit 55e4c98

Browse files
authored
[rust] Enforce home version to stay compatible with rust 187 (#2145)
1 parent 2a27f49 commit 55e4c98

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

rust/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ tracing-appender = "0.2.3"
3636
tracing-rolling-file = "0.1.2"
3737
tracing-subscriber = { version = "0.3.18", features = ["ansi", "env-filter"] }
3838
structopt = "0.3.26"
39+
home = "=0.5.9"

rust/crates/scheduler/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ itertools = "0.13.0"
4444
humantime = "2.2.0"
4545
humantime-serde = "1.1.1"
4646
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "chrono"] }
47+
home = { workspace = true }
4748
structopt = { workspace = true }
4849
once_cell = "1.13"
4950
bytesize = { version = "1.2.0", features = ["serde"] }

0 commit comments

Comments
 (0)