Release 0.0.26

aiken@0.0.26
aiken-lang@0.0.26
aiken-lsp@0.0.26
aiken-project@0.0.26

Generated by cargo-workspaces
This commit is contained in:
rvcas
2022-11-23 00:31:24 -05:00
parent c4c3773e57
commit 0358952984
6 changed files with 17 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "aiken-project"
description = "Aiken project utilities"
version = "0.0.25"
version = "0.0.26"
edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/project"
homepage = "https://github.com/txpipe/aiken"
@@ -9,7 +9,7 @@ license = "Apache-2.0"
authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
[dependencies]
aiken-lang = { path = "../lang", version = "0.0.25" }
aiken-lang = { path = "../lang", version = "0.0.26" }
ignore = "0.4.18"
uplc = { path = '../uplc', version = "0.0.25" }
miette = { version = "5.3.0", features = ["fancy"] }