Skip to content

Commit e6706f2

Browse files
committed
virtually downgrade home to pass MRSV checks
We use an MSRV of 1.70 to match helix, but keep the rust-version lower to not unnecessarily disrupt `rustsec` which is at a lower MSRV. This also means that to match 1.67, we need to keep `home` at a lower used version, even though installers will upgrade it.
1 parent 3bd09ef commit e6706f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

gix-path/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ thiserror = "1.0.26"
1919
once_cell = "1.17.1"
2020

2121
[target.'cfg(not(target_family = "wasm"))'.dependencies]
22-
home = "0.5.4"
22+
home = "0.5.5"
2323

2424
[dev-dependencies]
2525
tempfile = "3.3.0"

gix-url/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde = { version = "1.0.114", optional = true, default-features = false, featur
2424
thiserror = "1.0.32"
2525
url = "2.5.0"
2626
bstr = { version = "1.3.0", default-features = false, features = ["std"] }
27-
home = "0.5.3"
27+
home = "0.5.5"
2828

2929
document-features = { version = "0.2.0", optional = true }
3030

0 commit comments

Comments
 (0)