feat: use new generate_raw function

This commit is contained in:
rvcas
2024-03-04 12:57:15 -05:00
committed by Lucas
parent 7d67f1497c
commit 1d462314c4
2 changed files with 6 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ pub fn exec(
name,
}: Args,
) -> miette::Result<()> {
with_project(directory.as_deref(), false, |p| {
with_project(directory.as_deref(), 0, false, |p| {
p.compile(Options::default())?;
let raw_uplc = p.export(&module, &name)?;