Release 0.0.6
aiken@0.0.6 flat-rs@0.0.6 uplc@0.0.6 Generated by cargo-workspaces
This commit is contained in:
parent
8a18362632
commit
207f9e5ab0
|
@ -4,7 +4,7 @@ version = 3
|
|||
|
||||
[[package]]
|
||||
name = "aiken"
|
||||
version = "0.0.5"
|
||||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
@ -123,7 +123,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "flat-rs"
|
||||
version = "0.0.2"
|
||||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"thiserror",
|
||||
|
@ -508,7 +508,7 @@ checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
|||
|
||||
[[package]]
|
||||
name = "uplc"
|
||||
version = "0.0.5"
|
||||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"flat-rs",
|
||||
"hex",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "aiken"
|
||||
description = "Cardano smart contract language and toolchain"
|
||||
version = "0.0.5"
|
||||
version = "0.0.6"
|
||||
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.5" }
|
||||
uplc = { path = '../uplc', version = "0.0.6" }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "flat-rs"
|
||||
description = "Flat codec"
|
||||
version = "0.0.2"
|
||||
version = "0.0.6"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/aiken/crates/flat"
|
||||
homepage = "https://github.com/txpipe/aiken"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "uplc"
|
||||
description = "Utilities for working with Untyped Plutus Core"
|
||||
version = "0.0.5"
|
||||
version = "0.0.6"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/aiken/crates/uplc"
|
||||
homepage = "https://github.com/txpipe/aiken"
|
||||
|
@ -13,7 +13,7 @@ exclude = ["test_data/*"]
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
flat-rs = { path = "../flat", version = "0.0.2" }
|
||||
flat-rs = { path = "../flat", version = "0.0.6" }
|
||||
hex = "0.4.3"
|
||||
peg = "0.8.0"
|
||||
pretty = "0.11.3"
|
||||
|
|
Loading…
Reference in New Issue