From dafd51a950bcda35acea3711d92084a154568c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCndler?= Date: Mon, 18 Dec 2023 10:44:26 +0100 Subject: [PATCH] Bump aiken version --- Cargo.toml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b21cfdb..30d9e68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyaiken" -version = "0.5.2" +version = "0.5.3" 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 = "b25e82e" } +uplc = { git = "https://github.com/aiken-lang/aiken.git", rev = "0cfcd7803909b351d4133862f3b178426530efc2" } hex = { version = "0.4.3" } diff --git a/pyproject.toml b/pyproject.toml index 017e0b7..4637655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,6 @@ authors = [ maintainers = [ {name = "Niels Mündler", email = "n.muendler@posteo.de"} ] -url = "https://github.com/opshin/uplc" +url = "https://github.com/opshin/pyaiken"