Release 0.0.8

aiken@0.0.8
uplc@0.0.8

Generated by cargo-workspaces
This commit is contained in:
rvcas 2022-08-12 19:45:20 -04:00
parent f3ace55355
commit c3f0814c9b
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "aiken"
version = "0.0.7"
version = "0.0.8"
dependencies = [
"anyhow",
"clap",
@ -640,7 +640,7 @@ checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
[[package]]
name = "uplc"
version = "0.0.7"
version = "0.0.8"
dependencies = [
"cryptoxide",
"flat-rs",

View File

@ -1,7 +1,7 @@
[package]
name = "aiken"
description = "Cardano smart contract language and toolchain"
version = "0.0.7"
version = "0.0.8"
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.7" }
uplc = { path = '../uplc', version = "0.0.8" }

View File

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