From b1b287087d9b1da71289599e78330d5274f1b344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCndler?= Date: Mon, 1 Jan 2024 21:46:03 +0100 Subject: [PATCH] Bump aiken version to fix Constr parsing --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 517863a..a009550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyaiken" -version = "0.5.4" +version = "0.5.5" edition = "2021" rust-version = "1.66.1" @@ -12,5 +12,5 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.17.3", features = ["extension-module"] } miette = { version = "5.3.0", features = ["fancy"] } -uplc = { git = "https://github.com/aiken-lang/aiken.git", rev = "b6acdde" } +uplc = { git = "https://github.com/nielstron/aiken.git", rev = "ad824de" } hex = { version = "0.4.3" }