From 7693da4bbfd500f07e88cfa5712eae92e465611a Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 14 Jun 2022 19:16:18 -0400 Subject: [PATCH] Release 0.0.2 aiken@0.0.2 Generated by cargo-workspaces --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c67d73f6..fa034cf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aiken" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anyhow", "clap", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 95ccb99c..0e2e3329 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.1" +version = "0.0.2" edition = "2021" repository = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken"