From 8963b60c8e5c56415130edc816c1be7666740e58 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Mon, 17 Mar 2025 14:57:41 -0700 Subject: [PATCH] Cargo.toml: don't accept semver-compatible with parse_arg 0.1.4 parse_arg 0.1.6 does not build with stable. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9016e78e..32645b37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ log = "0.4.21" oci-distribution = "0.11" owo-colors = "4.0.0" p256 = "0.13.2" -parse_arg = "0.1.4" +parse_arg = "=0.1.4" predicates = "3.1.0" pretty_env_logger = "0.5.0" rand_core = "0.6.4"