Release 0.0.27

aiken@0.0.27
aiken-lang@0.0.27
aiken-lsp@0.0.27
aiken-project@0.0.27
flat-rs@0.0.27
uplc@0.0.27

Generated by cargo-workspaces
This commit is contained in:
rvcas
2022-12-30 00:57:49 -05:00
parent 34d398ab3b
commit ee678f2978
8 changed files with 36 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "uplc"
description = "Utilities for working with Untyped Plutus Core"
version = "0.0.25"
version = "0.0.27"
edition = "2021"
repository = "https://github.com/aiken-lang/aiken/crates/uplc"
homepage = "https://github.com/aiken-lang/aiken"
@@ -14,7 +14,7 @@ exclude = ["test_data/*"]
[dependencies]
cryptoxide = "0.4.2"
flat-rs = { path = "../flat-rs", version = "0.0.21" }
flat-rs = { path = "../flat-rs", version = "0.0.27" }
hex = "0.4.3"
pallas-addresses = "0.14.0"
pallas-codec = "0.14.0"