From bddb6b9bdede6bfadf7fcb5cf52ef35d2b6ac0b7 Mon Sep 17 00:00:00 2001 From: liyukun Date: Sat, 2 Dec 2023 09:17:50 +0800 Subject: [PATCH 1/2] chore: update axon-tools --- Cargo.lock | 2 +- axon/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55a9652..3de3c8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,7 +35,7 @@ dependencies = [ [[package]] name = "axon-tools" version = "0.1.1" -source = "git+https://github.com/axonweb3/axon.git?rev=f889d38#f889d38949d6201c448ac72ebaec4d4fb0e5ba51" +source = "git+https://github.com/axonweb3/axon.git?rev=fc7ce22c#fc7ce22c60eeea61399c133dbfd3b0e90e9a78b2" dependencies = [ "bit-vec", "blst", diff --git a/axon/Cargo.toml b/axon/Cargo.toml index 637b1f3..aca5ed7 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 = "f889d38", features = [ +axon-tools = { git = "https://github.com/axonweb3/axon.git", rev = "fc7ce22c", features = [ "proof", ] } axon-types = { git = "https://github.com/axonweb3/axon-contract", rev = "8106ddc0266" } 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 2/2] 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" }