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
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.9"
version = "0.0.10"
edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/uplc"
homepage = "https://github.com/txpipe/aiken"
@@ -14,7 +14,7 @@ exclude = ["test_data/*"]
[dependencies]
cryptoxide = "0.4.2"
flat-rs = { path = "../flat", version = "0.0.7" }
flat-rs = { path = "../flat", version = "0.0.10" }
hex = "0.4.3"
minicbor = { version = "0.18.0", features = ["std"] }
pallas-primitives = "0.12.0"