Skip to content

Commit

Permalink
Updated ya-relay and ya-client for a test in yagna (#1799)
Browse files Browse the repository at this point in the history
* Updated ya-relay and ya-client for a test in yagna

* Updated ya-relay after ReverseConnection was merged
  • Loading branch information
maaktweluit authored Jan 26, 2022
1 parent 9a40a10 commit 6e0dab0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
13 changes: 6 additions & 7 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 @@ -180,8 +180,8 @@ ya-service-api-web = { path = "core/serv-api/web" }
#ya-sb-util = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "c4f16a69be383d9534f99928fccb64a558c47ff2"}

## CLIENT
ya-client = { git = "https://github.com/golemfactory/ya-client.git", rev = "e4d2f41199f2e15fcb588c0d225dd17f1caabb41"}
ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", rev = "e4d2f41199f2e15fcb588c0d225dd17f1caabb41"}
ya-client = { git = "https://github.com/golemfactory/ya-client.git", rev = "0b6a9a5b24cd1d858fb483f616e0e4df00842955"}
ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", rev = "0b6a9a5b24cd1d858fb483f616e0e4df00842955"}

#ya-client = { path = "../ya-client" }
#ya-client-model = { path = "../ya-client/model" }
Expand Down
6 changes: 3 additions & 3 deletions core/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ hybrid-net = []

[dependencies]
ya-core-model = { version = "^0.5", features=["net", "identity"] }
ya-relay-client = { git = "https://github.com/golemfactory/ya-relay.git", rev = "8e5fc0661bb7963d2c2328a24a7e438fb0091b8a" }
ya-relay-core = { git = "https://github.com/golemfactory/ya-relay.git", rev = "8e5fc0661bb7963d2c2328a24a7e438fb0091b8a" }
ya-relay-proto = { git = "https://github.com/golemfactory/ya-relay.git", rev = "8e5fc0661bb7963d2c2328a24a7e438fb0091b8a", features = ["codec"] }
ya-relay-client = { git = "https://github.com/golemfactory/ya-relay.git", rev = "9458a94a49d16686174c8e8fd7a1f6dee2e8f5c9" }
ya-relay-core = { git = "https://github.com/golemfactory/ya-relay.git", rev = "9458a94a49d16686174c8e8fd7a1f6dee2e8f5c9" }
ya-relay-proto = { git = "https://github.com/golemfactory/ya-relay.git", rev = "9458a94a49d16686174c8e8fd7a1f6dee2e8f5c9", features = ["codec"] }
ya-sb-proto = { version = "0.4" }
ya-service-api = "0.1"
ya-service-api-interfaces = "0.1"
Expand Down

0 comments on commit 6e0dab0

Please sign in to comment.