Skip to content

Commit

Permalink
[Chore] Propagate json feature to fvm_ipld_bitfield. (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruseinov authored Nov 22, 2023
1 parent c6571d0 commit c7374eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fil_actor_interface/src/builtin/miner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ impl State {
}

/// Static information about miner
#[derive(Debug, PartialEq, Serialize)]
#[derive(Clone, Debug, PartialEq, Serialize)]
#[serde(rename_all = "PascalCase")]
pub struct MinerInfo {
pub owner: Address,
Expand Down
1 change: 1 addition & 0 deletions fil_actors_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ unsigned-varint = { workspace = true }

[features]
default = []
json = ["fvm_ipld_bitfield/json"]
arb = ["quickcheck"]

[package.metadata.cargo-udeps.ignore]
Expand Down
2 changes: 1 addition & 1 deletion forest
Submodule forest updated 116 files

0 comments on commit c7374eb

Please sign in to comment.