Release 0.0.4

aiken@0.0.4

Generated by cargo-workspaces
This commit is contained in:
rvcas 2022-06-18 23:06:15 -04:00
parent 7129ad6202
commit 0dd5cf2cb6
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.3" version = "0.0.4"
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.3" version = "0.0.4"
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"