Release 0.0.2

aiken@0.0.2

Generated by cargo-workspaces
This commit is contained in:
rvcas 2022-06-14 19:16:18 -04:00
parent f8284ebaa0
commit 7693da4bbf
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 3
[[package]] [[package]]
name = "aiken" name = "aiken"
version = "0.0.1" version = "0.0.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

View File

@ -1,7 +1,7 @@
[package] [package]
name = "aiken" name = "aiken"
description = "Cardano smart contract language and toolchain" description = "Cardano smart contract language and toolchain"
version = "0.0.1" version = "0.0.2"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/aiken" repository = "https://github.com/txpipe/aiken"
homepage = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken"