Skip to content

Commit 3656519

Browse files
authored
chore: downgrade homedir (#662)
Addresses MSRV-related errors until brush moves to 1.88+.
1 parent 6701ecf commit 3656519

2 files changed

Lines changed: 53 additions & 40 deletions

File tree

Cargo.lock

Lines changed: 52 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

brush-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tokio = { version = "1.47.0", features = [
5454
uucore = { version = "0.1.0", default-features = false, features = ["format"] }
5555

5656
[target.'cfg(windows)'.dependencies]
57-
homedir = "0.3.5"
57+
homedir = "0.3.4"
5858
whoami = "1.6.0"
5959

6060
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)