Skip to content

Commit 84dcb43

Browse files
committed
Update pins in MSRV CI
gethostname 1.0.1 has a MSRV of 1.64. Version 1.0.2 has an MSRV of 1.68. We just updated to this MSRV, so we can use the newer version. tracing-core has an MSRV of 1.65, so we can drop the pinning. Signed-off-by: Uli Schlachter <psychon@znc.in>
1 parent cdccddb commit 84dcb43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@ jobs:
178178
- name: Pin last once_cell release supporting our msrv of Rust 1.68
179179
run: cargo update --package once_cell --precise 1.20.1
180180
- name: Pin last gethostname release supporting our msrv of Rust 1.68
181-
run: cargo update --package gethostname --precise 1.0.1
182-
- name: Pin last tracing-core release supporting our msrv of Rust 1.68
183-
run: cargo update --package tracing-core --precise 0.1.33
181+
run: cargo update --package gethostname --precise 1.0.2
184182
- name: Pin last libloading release supporting our msrv of Rust 1.68
185183
run: cargo update --package libloading --precise 0.8.8
186184
- name: Pin last async-io release supporting our msrv of Rust 1.68

0 commit comments

Comments
 (0)