Release 0.0.20

aiken@0.0.20
aiken-lang@0.0.20
flat-rs@0.0.20
uplc@0.0.20

Generated by cargo-workspaces
This commit is contained in:
rvcas
2022-10-17 17:22:50 -04:00
parent 08736817ca
commit ce875a3c47
5 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "aiken"
description = "Cardano smart contract language and toolchain"
version = "0.0.19"
version = "0.0.20"
edition = "2021"
repository = "https://github.com/txpipe/aiken"
homepage = "https://github.com/txpipe/aiken"
@@ -19,8 +19,8 @@ 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.18" }
aiken-lang = { path = "../lang", version = "0.0.19" }
uplc = { path = '../uplc', version = "0.0.20" }
aiken-lang = { path = "../lang", version = "0.0.20" }
toml = "0.5.9"
walkdir = "2.3.2"
ignore = "0.4.18"