Release 0.0.22
aiken@0.0.22 aiken-lang@0.0.22 aiken-project@0.0.22 uplc@0.0.22 Generated by cargo-workspaces
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "aiken"
|
||||
description = "Cardano smart contract language and toolchain"
|
||||
version = "0.0.21"
|
||||
version = "0.0.22"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/aiken"
|
||||
homepage = "https://github.com/txpipe/aiken"
|
||||
@@ -20,6 +20,6 @@ pallas-crypto = "0.14.0-alpha.3"
|
||||
pallas-primitives = "0.14.0-alpha.3"
|
||||
pallas-traverse = "0.14.0-alpha.3"
|
||||
|
||||
aiken-lang = { path = "../lang", version = "0.0.20" }
|
||||
aiken-project = { path = '../project', version = "0.0.21" }
|
||||
uplc = { path = '../uplc', version = "0.0.21" }
|
||||
aiken-lang = { path = "../lang", version = "0.0.22" }
|
||||
aiken-project = { path = '../project', version = "0.0.22" }
|
||||
uplc = { path = '../uplc', version = "0.0.22" }
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "aiken-lang"
|
||||
description = "The aiken compiler"
|
||||
version = "0.0.20"
|
||||
version = "0.0.22"
|
||||
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.21" }
|
||||
uplc = { path = '../uplc', version = "0.0.22" }
|
||||
vec1 = "1.8.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "aiken-project"
|
||||
description = "Aiken project utilities"
|
||||
version = "0.0.21"
|
||||
version = "0.0.22"
|
||||
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.20" }
|
||||
aiken-lang = { path = "../lang", version = "0.0.22" }
|
||||
miette = { version = "5.3.0", features = ["fancy"] }
|
||||
petgraph = "0.6.2"
|
||||
regex = "1.6.0"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "uplc"
|
||||
description = "Utilities for working with Untyped Plutus Core"
|
||||
version = "0.0.21"
|
||||
version = "0.0.22"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/aiken/crates/uplc"
|
||||
homepage = "https://github.com/txpipe/aiken"
|
||||
|
||||
Reference in New Issue
Block a user