Skip to content

Commit

Permalink
chore: version 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Aug 5, 2023
1 parent fd1f749 commit 8814f1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "charts-rs"
version = "0.1.18"
version = "0.1.19"
edition = "2021"
categories = ["multimedia::images"]
keywords = ["charts", "svg", "plot", "visualization", "graph"]
Expand All @@ -23,19 +23,19 @@ fontdue = "0.7.3"
once_cell = "1.18.0"
snafu = "0.7.5"
substring = "1.4.5"
charts-rs-derive = { path = "./charts-rs-derive", version = "0.1.5"}
charts-rs-derive = { path = "./charts-rs-derive", version = "0.1.6"}
resvg = { version = "0.35.0", default-features = false, features = [ "text", "system-fonts" ], optional = true }
png = { version = "0.17.9", optional = true }
serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1.0.103"
serde = { version = "1.0.180", features = ["derive"] }
serde_json = "1.0.104"
regex = "1.9.1"

[features]
image = ["resvg", "png"]

[dev-dependencies]
criterion = "0.5.1"
pretty_assertions = "1.3.0"
pretty_assertions = "1.4.0"

[[bench]]
name = "bench"
Expand Down

0 comments on commit 8814f1f

Please sign in to comment.