Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
LLeny authored Oct 7, 2024
1 parent ae52260 commit 9ba5bf6
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 = "holani"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[dependencies]
Expand All @@ -10,4 +10,4 @@ serde = { version = "1.0", features = ["derive"] }
postcard = {version = "1.0", features = ["experimental-derive"] }
bitflags = { version = "2.6", features = ["serde"] }
md5 = "0.7.0"
lazy_static = "1.5.0"
lazy_static = "1.5.0"

0 comments on commit 9ba5bf6

Please sign in to comment.