From 28fa65f3bc15b940a9d74010cde58b2baab30763 Mon Sep 17 00:00:00 2001 From: Flouse <1297478+Flouse@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:51:37 +0800 Subject: [PATCH] Use commit from Axon main branch --- axon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axon/Cargo.toml b/axon/Cargo.toml index aca5ed7..bdd09b6 100644 --- a/axon/Cargo.toml +++ b/axon/Cargo.toml @@ -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 = "fc7ce22c", features = [ +axon-tools = { git = "https://github.com/axonweb3/axon.git", rev = "c92fbf3c", features = [ "proof", ] } axon-types = { git = "https://github.com/axonweb3/axon-contract", rev = "8106ddc0266" }