Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
prekucki committed Apr 23, 2024
1 parent 48f7ad7 commit ed0347c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tls = ['ya-sb-util/with-tls', 'rustls', 'tokio-rustls']

[dependencies]
ya-sb-proto = { version = "0.6.1", path = "crates/proto" }
ya-sb-util = { version = "0.4.1", features = ["with-futures", 'with-writer'], path = "crates/util" }
ya-sb-util = { version = "0.5.0", features = ["with-futures", 'with-writer'], path = "crates/util" }
ya-packet-trace = "0.1.0"

actix = { version = "0.13", default-features = false, features = ["macros"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ required-features = ['bin']

[dependencies]
ya-sb-proto = { version = "0.6", path = "../proto" }
ya-sb-util = { version = "0.4.1", features = ["with-writer"], path="../util" }
ya-sb-util = { version = "0.5.0", features = ["with-writer"], path="../util" }
actix-rt = "2.2"
actix = { version = "0.13", default-features = false, features = ["macros"] }
actix-server = { version = "2" }
Expand Down
4 changes: 2 additions & 2 deletions crates/util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ya-sb-util"
version = "0.4.1"
version = "0.5.0"
authors = ["Golem Factory <contact@golem.network>"]
edition = "2018"
homepage = "https://github.com/golemfactory/ya-service-bus/crates/util"
Expand All @@ -25,4 +25,4 @@ bitflags = { version = "1.2.1", optional = true }
rustls = { workspace = true, optional = true }
sha2 = { workspace = true, optional = true }
hex = { workspace = true, optional = true }
ring = "0.17.8"
ring = "0.17.8"

0 comments on commit ed0347c

Please sign in to comment.