Skip to content

Commit

Permalink
fix: versions
Browse files Browse the repository at this point in the history
  • Loading branch information
felsweg-iota committed Jun 3, 2022
1 parent e5a24cb commit b441e6f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .changes/bumps-and-bruises.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"stronghold-engine" : patch
"stronghold-rlu" : patch
"stronghold-runtime" : patch
"stronghold-utils" : minor
"stronghold-derive" : patch
---

Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ futures = { version = "0.3.21", optional = true }
stronghold-p2p = { package = "stronghold-p2p", path = "../p2p", version = "0.4.0", 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.3.0" }
stronghold_utils = { package = "stronghold-utils", path = "../utils/", version = "0.4.0" }
stronghold_derive = { package = "stronghold-derive", path = "../derive", version = "0.3.0" }

[dev-dependencies]
Expand Down
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.3.0"
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.3.0", 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.3.0"
version = "0.4.0"
authors = [
"IOTA Stiftung",
"tensor-programming <tensordeveloper@gmail.com>"
Expand Down

0 comments on commit b441e6f

Please sign in to comment.