Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
felsweg-iota committed Jun 3, 2022
1 parent 3e9e2c4 commit 2d85c1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ json = "0.12"

[dev-dependencies.stronghold-utils]
path = "../utils"
version = "0.4.1"
version = "0.4.0"
2 changes: 1 addition & 1 deletion p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ tcp-transport = [ "libp2p/tcp-tokio", "libp2p/dns-tokio", "libp2p/websocket" ]
actix-rt = "2.5"
regex = "1.5"
iota_stronghold = { path = "../client", features = [ "p2p" ] }
stronghold-utils = { version = "0.4.1", path = "../utils" }
stronghold-utils = { version = "0.4.0", path = "../utils" }
tokio = { version = "1.10", features = [ "time", "macros", "io-std", "io-util" ] }
libp2p = { version = "0.43.0", default-features = false, features = [ "tcp-tokio" ] }
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stronghold-utils"
version = "0.4.1"
version = "0.4.0"
authors = [
"IOTA Stiftung",
"tensor-programming <tensordeveloper@gmail.com>"
Expand Down

0 comments on commit 2d85c1c

Please sign in to comment.