Release 0.0.10

aiken@0.0.10
flat-rs@0.0.10
uplc@0.0.10

Generated by cargo-workspaces
This commit is contained in:
rvcas
2022-08-27 16:45:04 -04:00
parent 03847259f7
commit 45e22c1ea8
4 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "aiken"
description = "Cardano smart contract language and toolchain"
version = "0.0.9"
version = "0.0.10"
edition = "2021"
repository = "https://github.com/txpipe/aiken"
homepage = "https://github.com/txpipe/aiken"
@@ -13,4 +13,4 @@ authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
[dependencies]
anyhow = "1.0.57"
clap = { version = "3.1.14", features = ["derive"] }
uplc = { path = '../uplc', version = "0.0.9" }
uplc = { path = '../uplc', version = "0.0.10" }