Skip to content

Commit c3ac35b

Browse files
authored
Cargo.toml: don't accept semver-compatible with parse_arg 0.1.4 (#381)
parse_arg 0.1.6 does not build with stable.
1 parent d473992 commit c3ac35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ log = "0.4.21"
8484
oci-distribution = "0.11"
8585
owo-colors = "4.0.0"
8686
p256 = "0.13.2"
87-
parse_arg = "0.1.4"
87+
parse_arg = "=0.1.4"
8888
predicates = "3.1.0"
8989
pretty_env_logger = "0.5.0"
9090
rand_core = "0.6.4"

0 commit comments

Comments
 (0)