Skip to content

Commit 18bcffe

Browse files
committed
Pin log for MSRV.
1 parent b5ba050 commit 18bcffe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/main.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
cargo update --package=ryu --precise=1.0.20
6969
cargo update --package=itoa --precise=1.0.15
7070
cargo update --package=serde_json --precise=1.0.145
71+
cargo update --package=log --precise=0.4.28
7172
7273
- run: >
7374
rustup target add
@@ -593,6 +594,7 @@ jobs:
593594
cargo update --package=ryu --precise=1.0.20
594595
cargo update --package=itoa --precise=1.0.15
595596
cargo update --package=serde_json --precise=1.0.145
597+
cargo update --package=log --precise=0.4.28
596598
597599
- run: |
598600
cargo test --verbose --features=all-apis --release --workspace -- --nocapture

0 commit comments

Comments
 (0)