Skip to content

Commit

Permalink
Pin version for home
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon committed Dec 20, 2024
1 parent 394cdfa commit 7ce3d8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/ci-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ cargo_toml=$project_root/Cargo.toml

dummyvm_toml=$project_root/docs/dummyvm/Cargo.toml

# Pin certain deps for our MSRV
cargo update -p [email protected] --precise 0.5.5 # This can be removed once we move to Rust 1.81 or newer

# Repeat a command for all the features. Requires the command as one argument (with double quotes)
for_all_features() {
# without mutually exclusive features
Expand Down

0 comments on commit 7ce3d8a

Please sign in to comment.