Skip to content

Commit 38b1391

Browse files
authored
Pin the dep home to 0.5.5 (#1411)
This PR works around the build issues we saw with the CI about the `home` crate.
1 parent c6317a3 commit 38b1391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/ci-common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dummyvm_toml=$project_root/docs/dummyvm/Cargo.toml
1111

1212
# Pin certain deps for our MSRV
1313
cargo update -p home@0.5.11 --precise 0.5.5 # This can be removed once we move to Rust 1.81 or newer
14+
cargo update -p home@0.5.12 --precise 0.5.5 # This requires Rust edition 2024
1415

1516
# Repeat a command for all the features. Requires the command as one argument (with double quotes)
1617
for_all_features() {

0 commit comments

Comments
 (0)