Release 0.0.2
aiken@0.0.2 flat-rs@0.0.2 uplc@0.0.2 Generated by cargo-workspaces
This commit is contained in:
parent
f7fba12a5f
commit
575585205b
|
@ -4,7 +4,7 @@ version = 3
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aiken"
|
name = "aiken"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -81,7 +81,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flat-rs"
|
name = "flat-rs"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
|
@ -296,7 +296,7 @@ checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uplc"
|
name = "uplc"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"flat-rs",
|
"flat-rs",
|
||||||
"hex",
|
"hex",
|
||||||
|
|
|
@ -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.1"
|
version = "0.0.2"
|
||||||
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"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "flat-rs"
|
name = "flat-rs"
|
||||||
description = "Flat codec"
|
description = "Flat codec"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
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"
|
||||||
|
|
|
@ -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.1"
|
version = "0.0.2"
|
||||||
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"
|
||||||
|
@ -13,7 +13,7 @@ exclude = ["test_data/*"]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
flat-rs = { path = "../flat", version = "0.0.1" }
|
flat-rs = { path = "../flat", version = "0.0.2" }
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
peg = "0.8.0"
|
peg = "0.8.0"
|
||||||
strum = "0.24.0"
|
strum = "0.24.0"
|
||||||
|
|
Loading…
Reference in New Issue