Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuankunzhang committed Oct 10, 2023
1 parent 2017c15 commit 45028b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charming/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "charming"
description = "A visualization library for Rust"
version = "0.2.4"
version = "0.2.5"
edition = "2021"
authors = ["Yuankun Zhang <[email protected]>"]
homepage = "https://github.com/yuankunzhang/echarts-rs"
Expand Down Expand Up @@ -37,4 +37,4 @@ wasm = ["serde-wasm-bindgen", "wasm-bindgen", "web-sys"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 45028b0

Please sign in to comment.