From a7c7b48feb857ae3b8a318b924f124e844e35a7c Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 14 Jun 2023 21:57:24 +0200 Subject: [PATCH] chore: update ef-tests crate description (#3151) --- testing/ef-tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/ef-tests/Cargo.toml b/testing/ef-tests/Cargo.toml index b6dae6194..4cabdf2ed 100644 --- a/testing/ef-tests/Cargo.toml +++ b/testing/ef-tests/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ef-tests" version = "0.1.0" -description = "Staged syncing primitives used in reth." +description = "EF testing support for reth." edition.workspace = true rust-version.workspace = true license.workspace = true