Skip to content

Commit 739d5e6

Browse files
committed
chore(ci): pin some deps for MSRV job
1 parent b7e5b4a commit 739d5e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

+5
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ jobs:
112112

113113
- uses: Swatinem/rust-cache@v2
114114

115+
- name: Pin some dependencies
116+
run: |
117+
cargo update -p tokio --precise 1.38.1
118+
cargo update -p tokio-util --precise 0.7.11
119+
115120
- name: Check
116121
run: cargo check --features full
117122

0 commit comments

Comments
 (0)