Skip to content

Commit

Permalink
Release 0.15.26
Browse files Browse the repository at this point in the history
  • Loading branch information
loriopatrick committed Sep 27, 2024
1 parent 91a7e1d commit e6a7b4e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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 @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.15.25"
version = "0.15.26"

[workspace.dependencies]
tokio = { version = "1.39", features = ["full"] }
Expand Down
4 changes: 2 additions & 2 deletions packages/agent_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playit-agent-core"
version = "0.17.7"
version = "0.18.0"
edition = "2021"
description = "Contains the logic to create a playit.gg agent"
license = "BSD-2-Clause"
Expand All @@ -22,7 +22,7 @@ chrono = { workspace = true }
futures-util = { workspace = true }
message-encoding = { workspace = true }

playit-agent-proto = { path = "../agent_proto", version = "1.1.0" }
playit-agent-proto = { path = "../agent_proto", version = "1.1.1" }
playit-api-client = { path = "../api_client", version = "0.1.0" }

crossbeam = "0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/agent_proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playit-agent-proto"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
description = "Contains the protocol messages for a playit.gg agent"
license = "BSD-2-Clause"
Expand Down

0 comments on commit e6a7b4e

Please sign in to comment.