Skip to content

Commit

Permalink
chore: version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Jan 26, 2024
1 parent 8eee328 commit 45f29d0
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.3.0"
version = "0.3.1"
authors = ["Tree Xie <tree.xie@outlook.com>"]
edition = "2021"
categories = ["multimedia::images"]
Expand All @@ -19,7 +19,7 @@ readme = "./README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
charts-rs-derive = { path = "./charts-rs-derive", version = "0.1.22" }
charts-rs-derive = { path = "./charts-rs-derive", version = "0.1.23" }
fontdue = "0.8.0"
image = { version = "0.24.7", features = ["webp-encoder", "avif-encoder"], optional = true }
once_cell = "1.19.0"
Expand Down

0 comments on commit 45f29d0

Please sign in to comment.