From 0066cc61cc0a8298bc0046f8ec86b89c0989760f Mon Sep 17 00:00:00 2001 From: rvcas Date: Thu, 23 Feb 2023 19:04:18 -0500 Subject: [PATCH] Release 0.0.29 aiken@0.0.29 aiken-lang@0.0.29 aiken-lsp@0.0.29 aiken-project@0.0.29 uplc@0.0.29 Generated by cargo-workspaces --- Cargo.lock | 10 +++++----- crates/aiken-lang/Cargo.toml | 4 ++-- crates/aiken-lsp/Cargo.toml | 6 +++--- crates/aiken-project/Cargo.toml | 6 +++--- crates/aiken/Cargo.toml | 10 +++++----- crates/uplc/Cargo.toml | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba746592..ac3bc579 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "aiken" -version = "0.0.28" +version = "0.0.29" dependencies = [ "aiken-lang", "aiken-lsp", @@ -76,7 +76,7 @@ dependencies = [ [[package]] name = "aiken-lang" -version = "0.0.28" +version = "0.0.29" dependencies = [ "chumsky", "hex", @@ -95,7 +95,7 @@ dependencies = [ [[package]] name = "aiken-lsp" -version = "0.0.28" +version = "0.0.29" dependencies = [ "aiken-lang", "aiken-project", @@ -115,7 +115,7 @@ dependencies = [ [[package]] name = "aiken-project" -version = "0.0.28" +version = "0.0.29" dependencies = [ "aiken-lang", "askama", @@ -2639,7 +2639,7 @@ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" [[package]] name = "uplc" -version = "0.0.28" +version = "0.0.29" dependencies = [ "anyhow", "cryptoxide", diff --git a/crates/aiken-lang/Cargo.toml b/crates/aiken-lang/Cargo.toml index 8147ebdd..396047b5 100644 --- a/crates/aiken-lang/Cargo.toml +++ b/crates/aiken-lang/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aiken-lang" description = "The aiken compiler" -version = "0.0.28" +version = "0.0.29" edition = "2021" repository = "https://github.com/aiken-lang/aiken" homepage = "https://github.com/aiken-lang/aiken" @@ -21,7 +21,7 @@ ordinal = "0.3.2" owo-colors = "3.5.0" strum = "0.24.1" thiserror = "1.0.37" -uplc = { path = '../uplc', version = "0.0.28" } +uplc = { path = '../uplc', version = "0.0.29" } vec1 = "1.8.0" [dev-dependencies] diff --git a/crates/aiken-lsp/Cargo.toml b/crates/aiken-lsp/Cargo.toml index 31756f69..c93a016e 100644 --- a/crates/aiken-lsp/Cargo.toml +++ b/crates/aiken-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aiken-lsp" -version = "0.0.28" +version = "0.0.29" edition = "2021" description = "Cardano smart contract language and toolchain" repository = "https://github.com/aiken-lang/aiken" @@ -10,8 +10,8 @@ authors = ["Lucas Rosa "] [dependencies] -aiken-lang = { path = '../aiken-lang', version = "0.0.28" } -aiken-project = { path = '../aiken-project', version = "0.0.28" } +aiken-lang = { path = '../aiken-lang', version = "0.0.29" } +aiken-project = { path = '../aiken-project', version = "0.0.29" } crossbeam-channel = "0.5.6" indoc = "2.0.0" itertools = "0.10.5" diff --git a/crates/aiken-project/Cargo.toml b/crates/aiken-project/Cargo.toml index 961f2573..5f57fd36 100644 --- a/crates/aiken-project/Cargo.toml +++ b/crates/aiken-project/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aiken-project" description = "Aiken project utilities" -version = "0.0.28" +version = "0.0.29" edition = "2021" repository = "https://github.com/aiken-lang/aiken/crates/project" homepage = "https://github.com/aiken-lang/aiken" @@ -9,7 +9,7 @@ license = "Apache-2.0" authors = ["Lucas Rosa ", "Kasey White "] [dependencies] -aiken-lang = { path = "../aiken-lang", version = "0.0.28" } +aiken-lang = { path = "../aiken-lang", version = "0.0.29" } askama = "0.10.5" assert-json-diff = "2.0.2" dirs = "4.0.0" @@ -34,6 +34,6 @@ strip-ansi-escapes = "0.1.1" thiserror = "1.0.37" tokio = { version = "1.24.2", features = ["full"] } toml = "0.5.9" -uplc = { path = '../uplc', version = "0.0.28" } +uplc = { path = '../uplc', version = "0.0.29" } walkdir = "2.3.2" zip = "0.6.4" diff --git a/crates/aiken/Cargo.toml b/crates/aiken/Cargo.toml index c925a682..117ce67a 100644 --- a/crates/aiken/Cargo.toml +++ b/crates/aiken/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aiken" description = "Cardano smart contract language and toolchain" -version = "0.0.28" +version = "0.0.29" edition = "2021" repository = "https://github.com/aiken-lang/aiken" homepage = "https://github.com/aiken-lang/aiken" @@ -24,8 +24,8 @@ pallas-traverse = "0.16.0" regex = "1.5.4" thiserror = "1.0.31" -aiken-lang = { path = "../aiken-lang", version = "0.0.28" } -aiken-lsp = { path = "../aiken-lsp", version = "0.0.28" } -aiken-project = { path = '../aiken-project', version = "0.0.28" } -uplc = { path = '../uplc', version = "0.0.28" } +aiken-lang = { path = "../aiken-lang", version = "0.0.29" } +aiken-lsp = { path = "../aiken-lsp", version = "0.0.29" } +aiken-project = { path = '../aiken-project', version = "0.0.29" } +uplc = { path = '../uplc', version = "0.0.29" } serde_json = "1.0.91" diff --git a/crates/uplc/Cargo.toml b/crates/uplc/Cargo.toml index 6e005d60..76f317d1 100644 --- a/crates/uplc/Cargo.toml +++ b/crates/uplc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uplc" description = "Utilities for working with Untyped Plutus Core" -version = "0.0.28" +version = "0.0.29" edition = "2021" repository = "https://github.com/aiken-lang/aiken/crates/uplc" homepage = "https://github.com/aiken-lang/aiken"