From 8e3b32fe2cc4ee4731d6e9a3e406cbe4de3682a3 Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 27 Sep 2022 09:15:41 -0400 Subject: [PATCH] Release 0.0.18 aiken@0.0.18 uplc@0.0.18 Generated by cargo-workspaces --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 4 ++-- crates/uplc/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d269ff78..a21873f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,7 +24,7 @@ dependencies = [ [[package]] name = "aiken" -version = "0.0.17" +version = "0.0.18" dependencies = [ "anyhow", "clap", @@ -887,7 +887,7 @@ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" [[package]] name = "uplc" -version = "0.0.17" +version = "0.0.18" dependencies = [ "anyhow", "cryptoxide", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 89955ede..2e9932d6 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aiken" description = "Cardano smart contract language and toolchain" -version = "0.0.17" +version = "0.0.18" edition = "2021" repository = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken" @@ -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.17" } +uplc = { path = '../uplc', version = "0.0.18" } diff --git a/crates/uplc/Cargo.toml b/crates/uplc/Cargo.toml index eae56652..7b5c0228 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.17" +version = "0.0.18" edition = "2021" repository = "https://github.com/txpipe/aiken/crates/uplc" homepage = "https://github.com/txpipe/aiken"