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,6 +1,6 @@
[package]
name = "aiken-lsp"
version = "0.0.0"
version = "0.0.25"
edition = "2021"
description = "Cardano smart contract language and toolchain"
repository = "https://github.com/txpipe/aiken"
@@ -10,8 +10,8 @@ authors = ["Lucas Rosa <x@rvcas.dev>"]
[dependencies]
aiken-lang = { path = '../lang', version = "0.0.24" }
aiken-project = { path = '../project', version = "0.0.24" }
aiken-lang = { path = '../lang', version = "0.0.25" }
aiken-project = { path = '../project', version = "0.0.25" }
crossbeam-channel = "0.5.6"
lsp-server = "0.6.0"
lsp-types = "0.93.2"