Skip to content

Commit

Permalink
fix(common): pin serde to 1.0142 as workaround of rust-lang/cargo#10954
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyCpp committed Aug 13, 2022
1 parent 9a99702 commit 07604f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
profile: minimal
toolchain: 1.49
override: true
- name: Prepare minimal package versions
run: cargo update -p serde --precise 1.0.142
- name: Run tests
run: cargo --version &&
cargo test --verbose --manifest-path=opentelemetry/Cargo.toml --features trace,metrics,rt-tokio,testing &&
Expand Down

0 comments on commit 07604f7

Please sign in to comment.