Release 0.0.20

aiken@0.0.20
aiken-lang@0.0.20
flat-rs@0.0.20
uplc@0.0.20

Generated by cargo-workspaces
This commit is contained in:
rvcas 2022-10-17 17:22:50 -04:00
parent 08736817ca
commit ce875a3c47
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
5 changed files with 11 additions and 11 deletions

8
Cargo.lock generated
View File

@ -48,7 +48,7 @@ dependencies = [
[[package]] [[package]]
name = "aiken" name = "aiken"
version = "0.0.19" version = "0.0.20"
dependencies = [ dependencies = [
"aiken-lang", "aiken-lang",
"anyhow", "anyhow",
@ -72,7 +72,7 @@ dependencies = [
[[package]] [[package]]
name = "aiken-lang" name = "aiken-lang"
version = "0.0.19" version = "0.0.20"
dependencies = [ dependencies = [
"chumsky", "chumsky",
"internment", "internment",
@ -304,7 +304,7 @@ dependencies = [
[[package]] [[package]]
name = "flat-rs" name = "flat-rs"
version = "0.0.10" version = "0.0.20"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"proptest", "proptest",
@ -1142,7 +1142,7 @@ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]] [[package]]
name = "uplc" name = "uplc"
version = "0.0.18" version = "0.0.20"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cryptoxide", "cryptoxide",

View File

@ -1,7 +1,7 @@
[package] [package]
name = "aiken" name = "aiken"
description = "Cardano smart contract language and toolchain" description = "Cardano smart contract language and toolchain"
version = "0.0.19" version = "0.0.20"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/aiken" repository = "https://github.com/txpipe/aiken"
homepage = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken"
@ -19,8 +19,8 @@ pallas-primitives = "0.14.0-alpha.3"
pallas-traverse = "0.14.0-alpha.3" pallas-traverse = "0.14.0-alpha.3"
serde = { version = "1.0.144", features = ["derive"] } serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85" serde_json = "1.0.85"
uplc = { path = '../uplc', version = "0.0.18" } uplc = { path = '../uplc', version = "0.0.20" }
aiken-lang = { path = "../lang", version = "0.0.19" } aiken-lang = { path = "../lang", version = "0.0.20" }
toml = "0.5.9" toml = "0.5.9"
walkdir = "2.3.2" walkdir = "2.3.2"
ignore = "0.4.18" ignore = "0.4.18"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "flat-rs" name = "flat-rs"
description = "Flat codec" description = "Flat codec"
version = "0.0.10" version = "0.0.20"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/flat" repository = "https://github.com/txpipe/aiken/crates/flat"
homepage = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "aiken-lang" name = "aiken-lang"
description = "The aiken compiler" description = "The aiken compiler"
version = "0.0.19" version = "0.0.20"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/aiken" repository = "https://github.com/txpipe/aiken"
homepage = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "uplc" name = "uplc"
description = "Utilities for working with Untyped Plutus Core" description = "Utilities for working with Untyped Plutus Core"
version = "0.0.18" version = "0.0.20"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/uplc" repository = "https://github.com/txpipe/aiken/crates/uplc"
homepage = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken"
@ -14,7 +14,7 @@ exclude = ["test_data/*"]
[dependencies] [dependencies]
cryptoxide = "0.4.2" cryptoxide = "0.4.2"
flat-rs = { path = "../flat", version = "0.0.10" } flat-rs = { path = "../flat", version = "0.0.20" }
hex = "0.4.3" hex = "0.4.3"
pallas-addresses = "0.14.0-alpha.3" pallas-addresses = "0.14.0-alpha.3"
pallas-codec = "0.14.0-alpha.3" pallas-codec = "0.14.0-alpha.3"