From b04b88e81a86875990b0b4c0e9527277541a4d55 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 24 Feb 2025 22:00:42 +0000 Subject: [PATCH] ci: fix msrv job --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 86e4816d..177ae8e3 100644 --- a/justfile +++ b/justfile @@ -22,6 +22,7 @@ fmt: [private] downgrade-for-msrv: cargo update -p=clap --precise=4.4.18 + cargo update -p=native-tls --precise=0.2.13 msrv := ``` cargo metadata --format-version=1 \