Skip to content

Commit

Permalink
fix: pin home to 0.5.9 (#1673)
Browse files Browse the repository at this point in the history
0.5.11 requires rustc 1.81 so we pin the dependency to the latest one
working with the 1.70 series.
  • Loading branch information
diogomatsubara authored Dec 17, 2024
1 parent 77923a2 commit 3744075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ git-version = "0.3.9"
hashbrown = "0.14"
hex = { version = "0.4.3", default-features = false } # Default features are disabled due to usage in no_std crates
hmac = { version = "0.12.1", features = ["std"] }
home = "0.5.9"
home = "=0.5.9"
http-types = "2.12.0"
humantime = "2.1.0"
itertools = "0.13.0"
Expand Down

0 comments on commit 3744075

Please sign in to comment.