From 3136c2883e8d59cd1ac5b004dffb8bc826f0fc03 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 27 Aug 2024 12:56:31 +0200 Subject: [PATCH] chore: use initial version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ea9dbb..0dd0a90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.2.1" +version = "0.1.0" edition = "2021" rust-version = "1.76" authors = ["Alloy Contributors"]