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
This commit is contained in:
rvcas
2023-02-23 19:04:18 -05:00
parent 1bc3362788
commit 0066cc61cc
6 changed files with 19 additions and 19 deletions

View File

@@ -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 <x@rvcas.dev>"]
[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"