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,7 +1,7 @@
[package]
name = "aiken"
description = "Cardano smart contract language and toolchain"
version = "0.0.24"
version = "0.0.25"
edition = "2021"
repository = "https://github.com/txpipe/aiken"
homepage = "https://github.com/txpipe/aiken"
@@ -23,7 +23,7 @@ pallas-traverse = "0.14.0"
regex = "1.5.4"
thiserror = "1.0.31"
aiken-lang = { path = "../lang", version = "0.0.24" }
aiken-lsp = { path = "../lsp", version = "0.0.0" }
aiken-project = { path = '../project', version = "0.0.24" }
uplc = { path = '../uplc', version = "0.0.24" }
aiken-lang = { path = "../lang", version = "0.0.25" }
aiken-lsp = { path = "../lsp", version = "0.0.25" }
aiken-project = { path = '../project', version = "0.0.25" }
uplc = { path = '../uplc', version = "0.0.25" }

View File

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

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"

View File

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

View File

@@ -1,7 +1,7 @@
[package]
name = "uplc"
description = "Utilities for working with Untyped Plutus Core"
version = "0.0.24"
version = "0.0.25"
edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/uplc"
homepage = "https://github.com/txpipe/aiken"