From 8f9481079cabd1c52335380e7445d5a7e3d0336f Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 27 Sep 2022 09:14:11 -0400 Subject: [PATCH] Release 0.0.16 aiken@0.0.16 uplc@0.0.16 Generated by cargo-workspaces --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- crates/uplc/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc82bd46..17e9224f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -887,7 +887,7 @@ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" [[package]] name = "uplc" -version = "0.0.15" +version = "0.0.16" dependencies = [ "anyhow", "cryptoxide", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 9ab7ea48..67b4b5c9 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -21,4 +21,4 @@ pallas-primitives = "0.14.0-alpha.3" pallas-traverse = "0.14.0-alpha.3" serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.85" -uplc = { path = '../uplc', version = "0.0.15" } +uplc = { path = '../uplc', version = "0.0.16" } diff --git a/crates/uplc/Cargo.toml b/crates/uplc/Cargo.toml index e62a514b..16301e9e 100644 --- a/crates/uplc/Cargo.toml +++ b/crates/uplc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uplc" description = "Utilities for working with Untyped Plutus Core" -version = "0.0.15" +version = "0.0.16" edition = "2021" repository = "https://github.com/txpipe/aiken/crates/uplc" homepage = "https://github.com/txpipe/aiken"