We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6317a3 commit 38b1391Copy full SHA for 38b1391
.github/scripts/ci-common.sh
@@ -11,6 +11,7 @@ dummyvm_toml=$project_root/docs/dummyvm/Cargo.toml
11
12
# Pin certain deps for our MSRV
13
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
15
16
# Repeat a command for all the features. Requires the command as one argument (with double quotes)
17
for_all_features() {
0 commit comments