diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index efaaae16..0e2e3329 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -13,4 +13,4 @@ authors = ["Lucas Rosa ", "Kasey White "] [dependencies] anyhow = "1.0.57" clap = { version = "3.1.14", features = ["derive"] } -uplc = { path = '../uplc' } +uplc = { path = '../uplc', version = "0.0.2" }