Skip to content

Commit

Permalink
feat: disable hex-deserialize for test
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuanhust committed Oct 31, 2023
1 parent 2c9ffab commit ec9bc1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ log = "0.4"
lru = "0.12"
molecule = "0.7"
parking_lot = "0.12"
protocol = { path = "../../protocol", package = "axon-protocol", default-features = false }
protocol = { path = "../../protocol", package = "axon-protocol", features = [] }
ripemd = "0.1"
rlp = "0.5"
rlp-derive = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion core/run/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ core-mempool = { path = "../../core/mempool" }
core-network = { path = "../../core/network" }
core-rpc-client = { path = "../../core/rpc-client" }
core-storage = { path = "../../core/storage" }
protocol = { path = "../../protocol", package = "axon-protocol" }
protocol = { path = "../../protocol", package = "axon-protocol", features = [] }

[target.'cfg(all(not(target_env = "msvc"), not(target_os="macos")))'.dependencies]
jemalloc-ctl = { version = "0.5", package = "tikv-jemalloc-ctl", optional = true }
Expand Down

0 comments on commit ec9bc1e

Please sign in to comment.