Release 0.0.19

aiken@0.0.19
aiken-lang@0.0.19

Generated by cargo-workspaces
This commit is contained in:
rvcas
2022-10-04 17:10:21 -04:00
parent 6de41e64be
commit 2896b92203
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "aiken"
description = "Cardano smart contract language and toolchain"
version = "0.0.18"
version = "0.0.19"
edition = "2021"
repository = "https://github.com/txpipe/aiken"
homepage = "https://github.com/txpipe/aiken"
@@ -20,4 +20,4 @@ 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.18" }
aiken-lang = { path = "../lang", version = "0.0.17" }
aiken-lang = { path = "../lang", version = "0.0.19" }