Skip to content

Commit 92926fd

Browse files
authored
ci: update the msrv workflow deps override (#289)
1 parent 7f30e24 commit 92926fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- run: cargo update -p zerofrom --precise 0.1.5 # 0.1.6 requires rustc 1.81
4242
- run: cargo update -p lz4_flex --precise 0.11.3 # 0.11.4 requires rustc 1.81
4343
- run: cargo update -p url --precise 2.5.0 # 2.5.4 requires rustc 1.82
44+
- run: cargo update -p time --precise 0.3.41 # 0.3.43 requires rustc 1.81
45+
- run: cargo update -p time-core --precise 0.1.4 # 0.1.6 requires rustc 1.81
46+
- run: cargo update -p deranged --precise 0.4.0 # 0.5.x requires rustc 1.81
4447
- run: cargo build
4548
- run: cargo build --no-default-features
4649
- run: cargo build --features uuid,time,chrono

0 commit comments

Comments
 (0)