Skip to content

Commit

Permalink
Merge pull request #226 from moka-rs/fix-ci-2023-02-09
Browse files Browse the repository at this point in the history
Fix the CI for MSRV 1.51
  • Loading branch information
tatsuya6502 authored Feb 9, 2023
2 parents 1b6733f + 67013de commit 81124b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ linux_arm64_task:
cargo update -p async-global-executor --precise 2.0.4
cargo update -p pulldown-cmark --precise 0.9.1
cargo update -p once_cell --precise 1.14.0
cargo update -p tokio-native-tls --precise 0.3.0
else
echo 'Skipped'
fi
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
# async-global-executor >= 2.1 requires Rust 2021 edition.
# pull-down-cmark >= 0.9.2 requires Rust 2021 edition.
# once_cell >= 1.15.0 requires Rust 2021 edition.
# tokio-native-tls >= 0.3.1 requires a lint `rustdoc::broken_intra_doc_links`.
run: |
rm -f Cargo.lock
sed -i 's/ahash = ".*"/ahash = "=0.7.6"/g' Cargo.toml
Expand All @@ -82,6 +83,7 @@ jobs:
cargo update -p async-global-executor --precise 2.0.4
cargo update -p pulldown-cmark --precise 0.9.1
cargo update -p once_cell --precise 1.14.0
cargo update -p tokio-native-tls --precise 0.3.0
- name: Show cargo tree
uses: actions-rs/cargo@v1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CIQuantaDisabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
# async-global-executor >= 2.1 requires Rust 2021 edition.
# pull-down-cmark >= 0.9.2 requires Rust 2021 edition.
# once_cell >= 1.15.0 requires Rust 2021 edition.
# tokio-native-tls >= 0.3.1 requires a lint `rustdoc::broken_intra_doc_links`.
run: |
rm -f Cargo.lock
sed -i 's/ahash = ".*"/ahash = "=0.7.6"/g' Cargo.toml
Expand All @@ -75,6 +76,7 @@ jobs:
cargo update -p async-global-executor --precise 2.0.4
cargo update -p pulldown-cmark --precise 0.9.1
cargo update -p once_cell --precise 1.14.0
cargo update -p tokio-native-tls --precise 0.3.0
- name: Run tests (debug, but no quanta feature)
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 81124b5

Please sign in to comment.