Skip to content

Commit 31feb85

Browse files
committed
feat: rebase main
1 parent 064c256 commit 31feb85

File tree

6 files changed

+416
-524
lines changed

6 files changed

+416
-524
lines changed

Cargo.lock

Lines changed: 11 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fendermint/vm/topdown/proof-service/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ fvm_ipld_encoding = { workspace = true }
4242
proofs = { git = "https://github.com/consensus-shipyard/ipc-filecoin-proofs", branch = "proofs" }
4343

4444
# F3 certificate handling
45-
filecoin-f3-certs = { git = "https://github.com/moshababo/rust-f3", branch = "bdn_agg" }
46-
filecoin-f3-rpc = { git = "https://github.com/moshababo/rust-f3", branch = "bdn_agg" }
47-
filecoin-f3-lightclient = { git = "https://github.com/moshababo/rust-f3", branch = "bdn_agg" }
48-
filecoin-f3-gpbft = { git = "https://github.com/moshababo/rust-f3", branch = "bdn_agg" }
45+
filecoin-f3-certs = { git = "https://github.com/moshababo/rust-f3", branch = "cargo-git-compat" }
46+
filecoin-f3-rpc = { git = "https://github.com/moshababo/rust-f3", branch = "cargo-git-compat" }
47+
filecoin-f3-lightclient = { git = "https://github.com/moshababo/rust-f3", branch = "cargo-git-compat" }
48+
filecoin-f3-gpbft = { git = "https://github.com/moshababo/rust-f3", branch = "cargo-git-compat" }
4949

5050
# Development/testing binary dependencies
5151
clap = { workspace = true, optional = true }

0 commit comments

Comments
 (0)