Skip to content

Commit

Permalink
update ccp deps
Browse files Browse the repository at this point in the history
  • Loading branch information
justprosh committed Jun 21, 2024
1 parent 721664e commit 2a27d76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ enum_dispatch = "0.3.12"
serde_with = "3.8.1"
mockito = "1.2.0"
clarity = "1.3.0"
cpu-utils = { git = "https://github.com/fluencelabs/capacity-commitment-prover.git", branch = "feat/VM-613-batching-api" }
ccp-shared = { git = "https://github.com/fluencelabs/capacity-commitment-prover.git", branch = "feat/VM-613-batching-api" }
ccp-rpc-client = { git = "https://github.com/fluencelabs/capacity-commitment-prover.git", branch = "feat/VM-613-batching-api" }
cpu-utils = { git = "ssh://git@github.com/fluencelabs/capacity-commitment-prover.git", branch = "feat/VM-613-batching-api" }
ccp-shared = { git = "ssh://git@github.com/fluencelabs/capacity-commitment-prover.git", branch = "feat/VM-613-batching-api" }
ccp-rpc-client = { git = "ssh://git@github.com/fluencelabs/capacity-commitment-prover.git", branch = "feat/VM-613-batching-api" }
alloy-sol-types = "0.6.4"
alloy-primitives = "0.6.4"
alloy_serde_macro = "0.1.2"
Expand Down

0 comments on commit 2a27d76

Please sign in to comment.