Skip to content

Commit

Permalink
fix(cheatcodes): remove unused feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tchataigner committed Apr 24, 2023
1 parent 2f0a6ef commit 427afcd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cid = { version = "0.8.5", default-features = false }
fvm = { version = "3.1.0", default-features = false, features = ["testing"] }
fvm_ipld_blockstore = "0.1.1"
fvm_ipld_encoding = { version = "0.3.3" }
fvm_shared = { version = "3.1.0", feature = ["testing"] }
fvm_shared = { version = "3.1.0" }
multihash = { version = "0.16.1", default-features = false }

kythera-common = { path = "../common" }

0 comments on commit 427afcd

Please sign in to comment.