Release 0.0.25

aiken@0.0.25
aiken-lang@0.0.25
aiken-lsp@0.0.25
aiken-project@0.0.25
uplc@0.0.25

Generated by cargo-workspaces
This commit is contained in:
rvcas
2022-11-14 18:04:19 -05:00
parent 248a98374f
commit f089eff97d
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.24"
version = "0.0.25"
edition = "2021"
repository = "https://github.com/txpipe/aiken"
homepage = "https://github.com/txpipe/aiken"
@@ -17,7 +17,7 @@ itertools = "0.10.5"
miette = "5.2.0"
strum = "0.24.1"
thiserror = "1.0.37"
uplc = { path = '../uplc', version = "0.0.24" }
uplc = { path = '../uplc', version = "0.0.25" }
vec1 = "1.8.0"
[dev-dependencies]