Skip to content

Commit

Permalink
bump ya-client
Browse files Browse the repository at this point in the history
  • Loading branch information
kamirr committed Sep 2, 2023
1 parent 85a5c9d commit 553c0c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -256,8 +256,8 @@ ya-sb-util = { git = "https://github.com/golemfactory/ya-service-bus.git", rev =
#ya-sb-util = { path = "../ya-service-bus/crates/util" }

## CLIENT
ya-client = { git = "https://github.com/golemfactory/ya-client.git", rev = "76f4b6c98ca8c3ce73bae2dc66531906dd985b2d" }
ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", rev = "76f4b6c98ca8c3ce73bae2dc66531906dd985b2d" }
ya-client = { git = "https://github.com/golemfactory/ya-client.git", rev = "20590d867dff7bb0662b5fc2abc6b6417cc47fe5" }
ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", rev = "20590d867dff7bb0662b5fc2abc6b6417cc47fe5" }

## RELAY and networking stack
ya-relay-stack = { git = "https://github.com/golemfactory/ya-relay.git", rev = "c92a75b0cf062fcc9dbb3ea2a034d913e5fad8e5" }
Expand Down
1 change: 0 additions & 1 deletion core/payment/src/api/allocations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use ya_client_model::NodeId;

// Workspace uses
use ya_agreement_utils::{ClauseOperator, ConstraintKey, Constraints};
use ya_client_model::payment::allocation::AllocationUpdate;
use ya_client_model::payment::*;
use ya_core_model::payment::local::{
ValidateAllocation, ValidateAllocationError, BUS_ID as LOCAL_SERVICE,
Expand Down

0 comments on commit 553c0c3

Please sign in to comment.