Release 0.0.15

aiken@0.0.15
uplc@0.0.15

Generated by cargo-workspaces
This commit is contained in:
rvcas
2022-09-26 16:34:26 -04:00
parent 3256bfbc32
commit ae2866f784
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.14"
version = "0.0.15"
edition = "2021"
repository = "https://github.com/txpipe/aiken"
homepage = "https://github.com/txpipe/aiken"
@@ -21,4 +21,4 @@ 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.14" }
uplc = { path = '../uplc', version = "0.0.15" }