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:
rvcas
2022-08-02 14:04:30 -04:00
parent 8a18362632
commit 207f9e5ab0
4 changed files with 8 additions and 8 deletions

View File

@@ -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"