From 1fe672e6e876c8c1456459ecd794f16a7797fa88 Mon Sep 17 00:00:00 2001 From: Brechtpd Date: Mon, 13 May 2024 04:14:24 +0200 Subject: [PATCH] consistent imports --- lib/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index d89ef232..68ad7069 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -55,9 +55,9 @@ std = [ "dep:serde_with", # "dep:tokio", ] +tracer = [ + "revm/serde-json", +] sgx = [] sp1 = [] risc0 = [] -tracer = [ - "revm/serde-json", -] \ No newline at end of file