From 7992a50becc0dd83fc2d2ec32ca892dbbbfae494 Mon Sep 17 00:00:00 2001 From: Mitchell Turner Date: Mon, 8 Jan 2024 13:31:21 -0800 Subject: [PATCH] Make foreign `Language` type publicly available (#793) * Make foreign type public available * Fix formatting --- crates/uplc/src/ast.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/uplc/src/ast.rs b/crates/uplc/src/ast.rs index 9caf9c72..dab8d68b 100644 --- a/crates/uplc/src/ast.rs +++ b/crates/uplc/src/ast.rs @@ -11,9 +11,10 @@ use crate::{ use num_bigint::BigInt; use num_traits::ToPrimitive; use pallas_addresses::{Network, ShelleyAddress, ShelleyDelegationPart, ShelleyPaymentPart}; +pub use pallas_primitives::babbage::Language; use pallas_primitives::{ alonzo::{self as pallas, Constr, PlutusData}, - babbage::{self as cardano, Language}, + babbage::{self as cardano}, }; use pallas_traverse::ComputeHash; use serde::{