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,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]