Skip to content

Commit

Permalink
update ya-relay
Browse files Browse the repository at this point in the history
  • Loading branch information
staszek-krotki committed Oct 10, 2023
1 parent 8e0b38b commit 3a61c84
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ ya-sb-util = { git = "https://github.com/golemfactory/ya-service-bus.git", rev =
#ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", rev = "2a6350f62cf8d926721225a3451822731456e3fe" }

## RELAY and networking stack
ya-relay-stack = { git = "https://github.com/golemfactory/ya-relay.git", rev = "e16a84891bbafc62b7b4e809934a5b8f87ac0fac" }
ya-relay-client = { git = "https://github.com/golemfactory/ya-relay.git", rev = "e16a84891bbafc62b7b4e809934a5b8f87ac0fac" }
ya-relay-stack = { git = "https://github.com/golemfactory/ya-relay.git", rev = "3e89c4b7c6ad06a4fc08cf6fdfe22f4740759af5" }
ya-relay-client = { git = "https://github.com/golemfactory/ya-relay.git", rev = "3e89c4b7c6ad06a4fc08cf6fdfe22f4740759af5" }

#ya-relay-stack = { path = "../ya-relay/crates/stack" }
#ya-relay-client = { path = "../ya-relay/client" }
Expand Down
2 changes: 1 addition & 1 deletion core/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packet-trace-enable = [
ya-client-model = "0.5"
ya-core-model = { version = "^0.9", features = ["net", "identity"] }

ya-relay-client = { git = "https://github.com/golemfactory/ya-relay.git", rev = "e16a84891bbafc62b7b4e809934a5b8f87ac0fac" }
ya-relay-client = { git = "https://github.com/golemfactory/ya-relay.git", rev = "3e89c4b7c6ad06a4fc08cf6fdfe22f4740759af5" }
#ya-relay-client = "0.6"
#ya-relay-client = { path = "../../../ya-relay/client" }

Expand Down
2 changes: 1 addition & 1 deletion utils/networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy_static = "1.4"
log = "0.4"
regex = "1"

ya-relay-stack = { git = "https://github.com/golemfactory/ya-relay.git", rev = "e16a84891bbafc62b7b4e809934a5b8f87ac0fac", optional = true }
ya-relay-stack = { git = "https://github.com/golemfactory/ya-relay.git", rev = "3e89c4b7c6ad06a4fc08cf6fdfe22f4740759af5", optional = true }
#ya-relay-stack = { version = "0.5.0", optional = true }

anyhow = { version = "1.0", optional = true }
Expand Down

0 comments on commit 3a61c84

Please sign in to comment.