From f511dce353ff6c164a735b7cae6679187ed33872 Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 14 Jun 2022 18:55:59 -0400 Subject: [PATCH] chore --- crates/uplc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/uplc/Cargo.toml b/crates/uplc/Cargo.toml index 276b0c58..abb48b47 100644 --- a/crates/uplc/Cargo.toml +++ b/crates/uplc/Cargo.toml @@ -13,7 +13,7 @@ exclude = ["test_data/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -flat = { path = "../flat" } +flat = { path = "../flat", version = "0.0.1" } hex = "0.4.3" peg = "0.8.0" strum = "0.24.0"