Skip to content

Commit

Permalink
fix: bump dependency on utils to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felsweg-iota committed Jun 27, 2022
1 parent 72e3694 commit 92db69e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"iota-stronghold": patch
---

iota-stronghold bumped utils dependency
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ futures = { version = "0.3.21", optional = true }
stronghold-p2p = { package = "stronghold-p2p", path = "../p2p", version = "0.4.2", optional = true }
rlu = { package = "stronghold-rlu", path = "../rlu/", version = "0.4.0" }
engine = { package = "stronghold_engine", path = "../engine", version = "0.5.1" }
stronghold_utils = { package = "stronghold-utils", path = "../utils/", version = "0.4.0" }
stronghold_derive = { package = "stronghold-derive", path = "../derive", version = "0.3.0" }
stronghold_utils = { package = "stronghold-utils", path = "../utils/", version = "0.4.1" }
stronghold_derive = { package = "stronghold-derive", path = "../derive", version = "0.3.1" }

[dev-dependencies]
tokio = { version = "1.15.0", features = [ "full" ] }
Expand Down

0 comments on commit 92db69e

Please sign in to comment.