Release 0.0.17

aiken@0.0.17
uplc@0.0.17

Generated by cargo-workspaces
This commit is contained in:
rvcas 2022-09-27 09:15:26 -04:00
parent 8f9481079c
commit 037297880c
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -24,7 +24,7 @@ dependencies = [
[[package]]
name = "aiken"
version = "0.0.16"
version = "0.0.17"
dependencies = [
"anyhow",
"clap",
@ -887,7 +887,7 @@ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "uplc"
version = "0.0.16"
version = "0.0.17"
dependencies = [
"anyhow",
"cryptoxide",

View File

@ -1,7 +1,7 @@
[package]
name = "aiken"
description = "Cardano smart contract language and toolchain"
version = "0.0.16"
version = "0.0.17"
edition = "2021"
repository = "https://github.com/txpipe/aiken"
homepage = "https://github.com/txpipe/aiken"
@ -21,4 +21,4 @@ pallas-primitives = "0.14.0-alpha.3"
pallas-traverse = "0.14.0-alpha.3"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
uplc = { path = '../uplc', version = "0.0.16" }
uplc = { path = '../uplc', version = "0.0.17" }

View File

@ -1,7 +1,7 @@
[package]
name = "uplc"
description = "Utilities for working with Untyped Plutus Core"
version = "0.0.16"
version = "0.0.17"
edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/uplc"
homepage = "https://github.com/txpipe/aiken"