From 96056eb7ec6b99f779cf2d64d580e4c98301ea3d Mon Sep 17 00:00:00 2001 From: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> Date: Tue, 30 Apr 2024 22:16:49 +0200 Subject: [PATCH] make zip version requirement independent of patch Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> --- plotly_kaleido/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly_kaleido/Cargo.toml b/plotly_kaleido/Cargo.toml index 41831c69..cba5ca6f 100644 --- a/plotly_kaleido/Cargo.toml +++ b/plotly_kaleido/Cargo.toml @@ -22,5 +22,5 @@ dunce = "1.0.2" directories = ">=4, <6" [build-dependencies] -zip = "1.1.3" +zip = "1.1" directories = ">=4, <6"