Skip to content

Commit

Permalink
chore(zabi): not using default features of postcard
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Oct 20, 2023
1 parent ab636eb commit 5929a4f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 231 deletions.
76 changes: 3 additions & 73 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ indexmap = "2.0.0"
once_cell = "1.18.0"
parking_lot = "0.12.1"
paste = "1.0.13"
postcard = "1.0.8"
postcard = { version = "1.0.8", default-features = false }
proc-macro2 = "1.0.69"
quote = "1.0.33"
revm = "3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion codegen/abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository.workspace = true

[dependencies]
hex.workspace = true
postcard = { workspace = true, default-features = true, features = [ "use-std" ] }
postcard = { workspace = true, default-features = false, features = [ "use-std" ] }
serde = { workspace = true, features = [ "derive" ] }
sha3.workspace = true
thiserror.workspace = true
152 changes: 0 additions & 152 deletions codegen/src/func.rs

This file was deleted.

8 changes: 4 additions & 4 deletions examples/Cargo.lock

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

0 comments on commit 5929a4f

Please sign in to comment.