Skip to content

Commit 3744075

Browse files
fix: pin home to 0.5.9 (#1673)
0.5.11 requires rustc 1.81 so we pin the dependency to the latest one working with the 1.70 series.
1 parent 77923a2 commit 3744075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ git-version = "0.3.9"
105105
hashbrown = "0.14"
106106
hex = { version = "0.4.3", default-features = false } # Default features are disabled due to usage in no_std crates
107107
hmac = { version = "0.12.1", features = ["std"] }
108-
home = "0.5.9"
108+
home = "=0.5.9"
109109
http-types = "2.12.0"
110110
humantime = "2.1.0"
111111
itertools = "0.13.0"

0 commit comments

Comments
 (0)