Skip to content

Commit

Permalink
Make foreign type public available
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchTurner committed Jan 7, 2024
1 parent 30a6b77 commit 3bb701d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/uplc/src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ use num_traits::ToPrimitive;
use pallas_addresses::{Network, ShelleyAddress, ShelleyDelegationPart, ShelleyPaymentPart};
use pallas_primitives::{
alonzo::{self as pallas, Constr, PlutusData},
babbage::{self as cardano, Language},
babbage::{self as cardano},
};
pub use pallas_primitives::babbage::Language;
use pallas_traverse::ComputeHash;
use serde::{
self,
Expand Down

0 comments on commit 3bb701d

Please sign in to comment.