Release 0.0.28

aiken@0.0.28
aiken-lang@0.0.28
aiken-lsp@0.0.28
aiken-project@0.0.28
uplc@0.0.28

Generated by cargo-workspaces
This commit is contained in:
rvcas
2023-01-06 13:41:00 -05:00
parent b6de2549a2
commit d649b34ec3
7 changed files with 34 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "aiken-lang"
description = "The aiken compiler"
version = "0.0.27"
version = "0.0.28"
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.27" }
uplc = { path = '../uplc', version = "0.0.28" }
vec1 = "1.8.0"
[dev-dependencies]