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-project"
description = "Aiken project utilities"
version = "0.0.28"
version = "0.0.29"
edition = "2021"
repository = "https://github.com/aiken-lang/aiken/crates/project"
homepage = "https://github.com/aiken-lang/aiken"
@@ -9,7 +9,7 @@ license = "Apache-2.0"
authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
[dependencies]
aiken-lang = { path = "../aiken-lang", version = "0.0.28" }
aiken-lang = { path = "../aiken-lang", version = "0.0.29" }
askama = "0.10.5"
assert-json-diff = "2.0.2"
dirs = "4.0.0"
@@ -34,6 +34,6 @@ strip-ansi-escapes = "0.1.1"
thiserror = "1.0.37"
tokio = { version = "1.24.2", features = ["full"] }
toml = "0.5.9"
uplc = { path = '../uplc', version = "0.0.28" }
uplc = { path = '../uplc', version = "0.0.29" }
walkdir = "2.3.2"
zip = "0.6.4"