Bump pallas dependencies to include flat bigint patch

Fixes #796.
This commit is contained in:
KtorZ
2024-01-18 18:12:07 +01:00
parent 9f263c46f8
commit 0e2b8ae251
13 changed files with 787 additions and 720 deletions

View File

@@ -4,8 +4,8 @@ use super::{
};
use aiken_lang::ast::Span;
use miette::{Diagnostic, NamedSource};
use minicbor as cbor;
use owo_colors::{OwoColorize, Stream::Stdout};
use pallas_codec::minicbor as cbor;
use std::fmt::Debug;
use uplc::ast::Constant;