Skip to content

Commit 70cd178

Browse files
authored
minor: Pin tracing-attributes, tracing-core to fix CI (#404)
* ci: Pin tracing-attributes to fix CI * Pin tracing-core
1 parent 85c263c commit 70cd178

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ on:
3030
pull_request:
3131

3232
jobs:
33-
3433
# Run cargo fmt for all crates
3534
lint:
3635
name: Lint (cargo fmt)
@@ -60,6 +59,8 @@ jobs:
6059
cargo update -p tokio --precise 1.29.1
6160
cargo update -p url --precise 2.5.0
6261
cargo update -p once_cell --precise 1.20.3
62+
cargo update -p tracing-core --precise 0.1.33
63+
cargo update -p tracing-attributes --precise 0.1.28
6364
- name: Check
6465
run: |
6566
# run `cargo msrv verify` to see problems

0 commit comments

Comments
 (0)