We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71360e4 commit d9107d0Copy full SHA for d9107d0
.github/workflows/CI.yml
@@ -72,6 +72,7 @@ jobs:
72
cargo update --package tokio-util --precise 0.7.11
73
cargo update --package hashbrown --precise 0.15.0
74
cargo update --package once_cell --precise 1.20.3
75
+ cargo update --package tracing-core --precise 0.1.33
76
- name: Install Rust (${{ matrix.rust }})
77
uses: dtolnay/rust-toolchain@master
78
with:
0 commit comments