Skip to content

Commit

Permalink
Update the dependency for next minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
38 committed Jul 5, 2022
1 parent 10367ec commit 2dd71f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plotters-bitmap/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"
gif = { version = "0.11.2", optional = true }

[dependencies.plotters-backend]
path = "../plotters-backend"
version = "0.3.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
version = "0.24.2"
Expand All @@ -31,7 +31,7 @@ gif_backend = ["gif", "image_encoder"]
[dev-dependencies.plotters]
default_features = false
features = ["ttf", "line_series", "bitmap_backend"]
path = "../plotters"
version = "0.3.2"

[dev-dependencies]
criterion = "0.3.4"
Expand Down
2 changes: 1 addition & 1 deletion plotters-svg/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies.plotters-backend]
path = "../plotters-backend"
version = "0.3.2"

[features]
debug = []
Expand Down
6 changes: 3 additions & 3 deletions plotters/Cargo.toml
Expand Up @@ -17,15 +17,15 @@ num-traits = "0.2.14"
chrono = { version = "0.4.19", optional = true }

[dependencies.plotters-backend]
path = "../plotters-backend"
version = "0.3.2"

[dependencies.plotters-bitmap]
default_features = false
path = "../plotters-bitmap"
version = "0.3.2"
optional = true

[dependencies.plotters-svg]
path = "../plotters-svg"
version = "0.3.2"
optional = true

[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies]
Expand Down

0 comments on commit 2dd71f8

Please sign in to comment.