Skip to content

Commit

Permalink
Merge pull request #250 from moka-rs/fix-ci-2023-04-01
Browse files Browse the repository at this point in the history
Fix the CI for MSRV 1.51
  • Loading branch information
tatsuya6502 authored Mar 31, 2023
2 parents 05fdf06 + cd82420 commit e4ae4e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ linux_arm64_task:
cargo update -p tokio-native-tls --precise 0.3.0
cargo update -p thiserror --precise 1.0.39
cargo update -p serde --precise 1.0.156
cargo update -p tokio --precise 1.26.0
cargo update -p futures-util --precise 0.3.27
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 @@ -87,6 +87,8 @@ jobs:
cargo update -p tokio-native-tls --precise 0.3.0
cargo update -p thiserror --precise 1.0.39
cargo update -p serde --precise 1.0.156
cargo update -p tokio --precise 1.26.0
cargo update -p futures-util --precise 0.3.27
- 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 @@ -80,6 +80,8 @@ jobs:
cargo update -p tokio-native-tls --precise 0.3.0
cargo update -p thiserror --precise 1.0.39
cargo update -p serde --precise 1.0.156
cargo update -p tokio --precise 1.26.0
cargo update -p futures-util --precise 0.3.27
- name: Run tests (debug, but no quanta feature)
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit e4ae4e6

Please sign in to comment.