Skip to content

Commit 2babc93

Browse files
authored
chore(ci): pin tokio in msrv job (#3719)
1 parent 15cd6fa commit 2babc93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ jobs:
115115

116116
- uses: Swatinem/rust-cache@v2
117117

118+
- name: Pin some dependencies
119+
run: |
120+
cargo update -p tokio --precise 1.38.1
121+
118122
- name: Check
119123
run: cargo check --features full
120124

0 commit comments

Comments
 (0)