Skip to content

Commit cc0fabb

Browse files
committed
fix(common): pin serde to 1.0142 as workaround of rust-lang/cargo#10954
1 parent 092db82 commit cc0fabb

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
@@ -70,6 +70,8 @@ jobs:
7070
profile: minimal
7171
toolchain: 1.49
7272
override: true
73+
- name: Prepare minimal package versions
74+
run: cargo update -p serde --precise 1.0.142
7375
- name: Run tests
7476
run: cargo --version &&
7577
cargo test --verbose --manifest-path=opentelemetry/Cargo.toml --features trace,metrics,rt-tokio,testing &&

0 commit comments

Comments
 (0)