-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump filecoin-ffi to v1.31.0-rc1 (#12687)
chore: bump filecoin-ffi to v1.31.0-rc1
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule filecoin-ffi
updated
14 files
+1 −1 | cgo/interface.go | |
+8 −13 | go.mod | |
+41 −103 | go.sum | |
+769 −1,010 | rust/Cargo.lock | |
+10 −10 | rust/Cargo.toml | |
+1 −1 | rust/rust-toolchain.toml | |
+20 −19 | rust/src/bls/api.rs | |
+3 −12 | rust/src/fvm/engine.rs | |
+12 −11 | rust/src/fvm/machine.rs | |
+0 −1 | rust/src/fvm/mod.rs | |
+3 −1 | rust/src/fvm/types.rs | |
+93 −95 | rust/src/proofs/api.rs | |
+7 −6 | rust/src/util/types.rs | |
+1 −1 | version.json |