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
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
4 changed files with 8 additions and 8 deletions

6
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 3
[[package]] [[package]]
name = "aiken" name = "aiken"
version = "0.0.9" version = "0.0.10"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -141,7 +141,7 @@ dependencies = [
[[package]] [[package]]
name = "flat-rs" name = "flat-rs"
version = "0.0.7" version = "0.0.10"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"proptest", "proptest",
@ -641,7 +641,7 @@ checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
[[package]] [[package]]
name = "uplc" name = "uplc"
version = "0.0.9" version = "0.0.10"
dependencies = [ dependencies = [
"cryptoxide", "cryptoxide",
"flat-rs", "flat-rs",

View File

@ -1,7 +1,7 @@
[package] [package]
name = "aiken" name = "aiken"
description = "Cardano smart contract language and toolchain" description = "Cardano smart contract language and toolchain"
version = "0.0.9" version = "0.0.10"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/aiken" repository = "https://github.com/txpipe/aiken"
homepage = "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] [dependencies]
anyhow = "1.0.57" anyhow = "1.0.57"
clap = { version = "3.1.14", features = ["derive"] } clap = { version = "3.1.14", features = ["derive"] }
uplc = { path = '../uplc', version = "0.0.9" } uplc = { path = '../uplc', version = "0.0.10" }

View File

@ -1,7 +1,7 @@
[package] [package]
name = "flat-rs" name = "flat-rs"
description = "Flat codec" description = "Flat codec"
version = "0.0.7" version = "0.0.10"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/flat" repository = "https://github.com/txpipe/aiken/crates/flat"
homepage = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "uplc" name = "uplc"
description = "Utilities for working with Untyped Plutus Core" description = "Utilities for working with Untyped Plutus Core"
version = "0.0.9" version = "0.0.10"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/uplc" repository = "https://github.com/txpipe/aiken/crates/uplc"
homepage = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken"
@ -14,7 +14,7 @@ exclude = ["test_data/*"]
[dependencies] [dependencies]
cryptoxide = "0.4.2" cryptoxide = "0.4.2"
flat-rs = { path = "../flat", version = "0.0.7" } flat-rs = { path = "../flat", version = "0.0.10" }
hex = "0.4.3" hex = "0.4.3"
minicbor = { version = "0.18.0", features = ["std"] } minicbor = { version = "0.18.0", features = ["std"] }
pallas-primitives = "0.12.0" pallas-primitives = "0.12.0"