Release 0.0.16
aiken@0.0.16 uplc@0.0.16 Generated by cargo-workspaces
This commit is contained in:
parent
f3b9d33f32
commit
8f9481079c
|
@ -887,7 +887,7 @@ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uplc"
|
name = "uplc"
|
||||||
version = "0.0.15"
|
version = "0.0.16"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cryptoxide",
|
"cryptoxide",
|
||||||
|
|
|
@ -21,4 +21,4 @@ pallas-primitives = "0.14.0-alpha.3"
|
||||||
pallas-traverse = "0.14.0-alpha.3"
|
pallas-traverse = "0.14.0-alpha.3"
|
||||||
serde = { version = "1.0.144", features = ["derive"] }
|
serde = { version = "1.0.144", features = ["derive"] }
|
||||||
serde_json = "1.0.85"
|
serde_json = "1.0.85"
|
||||||
uplc = { path = '../uplc', version = "0.0.15" }
|
uplc = { path = '../uplc', version = "0.0.16" }
|
||||||
|
|
|
@ -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.15"
|
version = "0.0.16"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue