Skip to content

Commit

Permalink
hotfix: version bump v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Jun 26, 2024
1 parent 485a86d commit 2a82217
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ categories = [
]

[workspace.dependencies]
hdp-core = { version = "0.2.0", path = "crates/core" }
hdp-primitives = { version = "0.2.0", path = "crates/primitives" }
hdp-provider = { version = "0.2.0", path = "crates/provider" }
hdp-core = { version = "0.2.5", path = "crates/core" }
hdp-primitives = { version = "0.2.5", path = "crates/primitives" }
hdp-provider = { version = "0.2.5", path = "crates/provider" }
tokio = { version = "1", features = ["full"] }
tempfile = "3.10.1"
alloy-merkle-tree = { version = "0.6.0" }
Expand Down

0 comments on commit 2a82217

Please sign in to comment.