Skip to content

Commit 2246b0d

Browse files
committed
bypass circular dependency on same version when publishing
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
1 parent db69b35 commit 2246b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plotly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ image = "0.25"
5050
itertools = ">=0.10, <0.15"
5151
itertools-num = "0.1"
5252
ndarray = "0.16"
53-
plotly_kaleido = { version = "0.12", path = "../plotly_kaleido", features = [
53+
plotly_kaleido = { version = "0.11", path = "../plotly_kaleido", features = [
5454
"download",
5555
] }
5656
rand_distr = "0.4"

plotly_kaleido/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dunce = "1.0"
2727
base64 = "0.22"
2828

2929
[dev-dependencies]
30-
plotly_kaleido = { version = "0.12", path = ".", features = ["download"] }
30+
plotly_kaleido = { version = "0.11", path = ".", features = ["download"] }
3131

3232
[build-dependencies]
3333
zip = "2.1"

0 commit comments

Comments
 (0)