Skip to content

Commit 1fb0144

Browse files
authored
ci: pin tracing in msrv job (#622)
1 parent 1fe4c09 commit 1fb0144

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
- run: cargo update -p tokio --precise 1.38.1
6363
- run: cargo update -p tokio-util --precise 0.7.11
6464
- run: cargo update -p once_cell --precise 1.20.3
65+
- run: cargo update -p tracing --precise 0.1.41
66+
- run: cargo update -p tracing-subscriber --precise 0.3.19
6567
- run: cargo update -p tracing-core --precise 0.1.33
6668
- run: cargo update -p async-compression --precise 0.4.23
6769
- run: cargo update -p flate2 --precise 1.0.35

0 commit comments

Comments
 (0)