Skip to content

Commit

Permalink
chore: update axon-tools to support RLP encode for VerifyProofPayload (
Browse files Browse the repository at this point in the history
…#31)

Co-authored-by: liyukun <[email protected]>
  • Loading branch information
ashuralyk and liyukun authored Dec 15, 2023
1 parent adb8bcf commit 9423890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 axon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
rlp = { version = "0.5.2", default-features = false }
rlp-derive = { version = "0.1.0", default-features = false }
axon-tools = { git = "https://github.com/axonweb3/axon.git", rev = "dd35f500", features = [
axon-tools = { git = "https://github.com/axonweb3/axon.git", rev = "01704ec0", features = [
"proof",
] }
axon-types = { git = "https://github.com/axonweb3/axon-contract", rev = "b82a843" }
Expand Down

0 comments on commit 9423890

Please sign in to comment.