feat: Fix version tag to 0.0.1

This commit is contained in:
Diana Carvalho
2025-01-17 09:56:07 +00:00
parent 9e8354307e
commit 461b6a3585
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -3039,7 +3039,7 @@ dependencies = [
[[package]] [[package]]
name = "tycho-execution" name = "tycho-execution"
version = "1.2.0" version = "0.0.1"
dependencies = [ dependencies = [
"alloy", "alloy",
"alloy-primitives", "alloy-primitives",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "tycho-execution" name = "tycho-execution"
version = "1.2.0" version = "0.0.1"
edition = "2021" edition = "2021"
[dependencies] [dependencies]