Release 0.0.3

aiken@0.0.3
uplc@0.0.3

Generated by cargo-workspaces
This commit is contained in:
rvcas
2022-06-18 22:55:04 -04:00
parent 6aae184848
commit 5bd848b0b8
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.2"
version = "0.0.3"
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.2" }
uplc = { path = '../uplc', version = "0.0.3" }

View File

@@ -1,7 +1,7 @@
[package]
name = "uplc"
description = "Utilities for working with Untyped Plutus Core"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/uplc"
homepage = "https://github.com/txpipe/aiken"