From 461b6a35858e9841bc224e18bfafb152705c0bf8 Mon Sep 17 00:00:00 2001 From: Diana Carvalho Date: Fri, 17 Jan 2025 09:56:07 +0000 Subject: [PATCH] feat: Fix version tag to 0.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e61b79d..9cf1560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3039,7 +3039,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "1.2.0" +version = "0.0.1" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index 5a56041..bac2da1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-execution" -version = "1.2.0" +version = "0.0.1" edition = "2021" [dependencies]