Release 0.0.23

aiken@0.0.23
aiken-lang@0.0.23
aiken-project@0.0.23
uplc@0.0.23

Generated by cargo-workspaces
This commit is contained in:
rvcas
2022-11-03 20:27:03 -04:00
parent 2d3000e37b
commit c4db8c951f
5 changed files with 13 additions and 13 deletions

View File

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