Skip to content

Commit

Permalink
chore: version 0.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Aug 24, 2023
1 parent bd65f6e commit 276f25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "charts-rs"
version = "0.1.25"
version = "0.1.26"
edition = "2021"
categories = ["multimedia::images"]
keywords = ["charts", "svg", "plot", "visualization", "graph"]
Expand All @@ -23,7 +23,7 @@ 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.9"}
charts-rs-derive = { path = "./charts-rs-derive", version = "0.1.10"}
resvg = { version = "0.35.0", default-features = false, features = [ "text", "system-fonts" ], optional = true }
png = { version = "0.17.10", optional = true }
serde = { version = "1.0.186", features = ["derive"] }
Expand Down

0 comments on commit 276f25a

Please sign in to comment.