Skip to content

Commit

Permalink
release: 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JiatLn committed Mar 31, 2024
1 parent 18a1b12 commit 1b21090
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 = "color-art"
version = "0.3.7"
version = "0.3.8"
edition = "2021"
description = "A rust crate for working with colors and color spaces."
license = "MIT"
Expand All @@ -21,7 +21,7 @@ serde = ["dep:serde"]
rand = "0.8"
lazy_static = "1.4"
thiserror = "1.0.47"
serde = { version = "1.0.193", features = ["derive"] , optional = true}
serde = { version = "1.0.193", features = ["derive"], optional = true }

[dev-dependencies]
serde_json = "1.0.108"

0 comments on commit 1b21090

Please sign in to comment.