-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Cargo.toml version for release (#214)
Signed-off-by: Andrei Gherghescu <[email protected]>
- Loading branch information
Showing
6 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "plotly" | ||
version = "0.8.4" | ||
version = "0.9.0" | ||
description = "A plotting library powered by Plotly.js" | ||
authors = ["Ioannis Giagkiozis <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -28,8 +28,8 @@ erased-serde = "0.4" | |
getrandom = { version = "0.2", features = ["js"], optional = true } | ||
image = { version = "0.25", optional = true } | ||
js-sys = { version = "0.3", optional = true } | ||
plotly_derive = { version = "0.8.4", path = "../plotly_derive" } | ||
plotly_kaleido = { version = "0.8.4", path = "../plotly_kaleido", optional = true } | ||
plotly_derive = { version = "0.9.0", path = "../plotly_derive" } | ||
plotly_kaleido = { version = "0.9.0", path = "../plotly_kaleido", optional = true } | ||
ndarray = { version = "0.15.4", optional = true } | ||
once_cell = "1" | ||
serde = { version = "1.0.132", features = ["derive"] } | ||
|
@@ -46,5 +46,5 @@ image = "0.25" | |
itertools = ">=0.10, <0.14" | ||
itertools-num = "0.1.3" | ||
ndarray = "0.15.4" | ||
plotly_kaleido = { version = "0.8.4", path = "../plotly_kaleido" } | ||
plotly_kaleido = { version = "0.9.0", path = "../plotly_kaleido" } | ||
rand_distr = "0.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "plotly_derive" | ||
version = "0.8.4" | ||
version = "0.9.0" | ||
description = "Internal proc macro crate for Plotly-rs." | ||
authors = ["Ioannis Giagkiozis <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "plotly_kaleido" | ||
version = "0.8.4" | ||
version = "0.9.0" | ||
description = "Additional output format support for plotly using Kaleido" | ||
authors = ["Ioannis Giagkiozis <[email protected]>"] | ||
license = "MIT" | ||
|