Release 0.0.27

aiken@0.0.27
aiken-lang@0.0.27
aiken-lsp@0.0.27
aiken-project@0.0.27
flat-rs@0.0.27
uplc@0.0.27

Generated by cargo-workspaces
This commit is contained in:
rvcas
2022-12-30 00:57:49 -05:00
parent 34d398ab3b
commit ee678f2978
8 changed files with 36 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "aiken-project"
description = "Aiken project utilities"
version = "0.0.26"
version = "0.0.27"
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.26" }
aiken-lang = { path = "../aiken-lang", version = "0.0.27" }
askama = "0.10.5"
dirs = "4.0.0"
fslock = "0.2.1"
@@ -30,6 +30,6 @@ strip-ansi-escapes = "0.1.1"
thiserror = "1.0.37"
tokio = { version = "1.23.0", features = ["full"] }
toml = "0.5.9"
uplc = { path = '../uplc', version = "0.0.25" }
uplc = { path = '../uplc', version = "0.0.27" }
walkdir = "2.3.2"
zip-extract = "0.1.1"