Merge pull request #4 from propeller-heads/dc/setup-foundry

feat: Fix version tag to 0.0.1
This commit is contained in:
dianacarvalho1
2025-01-17 10:08:19 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

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