Skip to content

Commit d9107d0

Browse files
authored
ci: pin tracing-core in msrv job (#203)
1 parent 71360e4 commit d9107d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
cargo update --package tokio-util --precise 0.7.11
7373
cargo update --package hashbrown --precise 0.15.0
7474
cargo update --package once_cell --precise 1.20.3
75+
cargo update --package tracing-core --precise 0.1.33
7576
- name: Install Rust (${{ matrix.rust }})
7677
uses: dtolnay/rust-toolchain@master
7778
with:

0 commit comments

Comments
 (0)