Release 0.3.7
pallas@0.3.7 pallas-alonzo@0.3.7 Generated by cargo-workspaces
This commit is contained in:
parent
ac9f4d916f
commit
dab1df5a23
2 changed files with 10 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pallas-alonzo"
|
name = "pallas-alonzo"
|
||||||
description = "Ledger primitives and cbor codec for the Alonzo era"
|
description = "Ledger primitives and cbor codec for the Alonzo era"
|
||||||
version = "0.3.6"
|
version = "0.3.7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/txpipe/pallas"
|
repository = "https://github.com/txpipe/pallas"
|
||||||
homepage = "https://github.com/txpipe/pallas"
|
homepage = "https://github.com/txpipe/pallas"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pallas"
|
name = "pallas"
|
||||||
description = "Rust-native building blocks for the Cardano blockchain ecosystem."
|
description = "Rust-native building blocks for the Cardano blockchain ecosystem."
|
||||||
version = "0.3.5"
|
version = "0.3.7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/txpipe/pallas"
|
repository = "https://github.com/txpipe/pallas"
|
||||||
homepage = "https://github.com/txpipe/pallas"
|
homepage = "https://github.com/txpipe/pallas"
|
||||||
|
|
@ -13,11 +13,11 @@ authors = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
pallas-multiplexer = { version = "0.3.3", path = "../pallas-multiplexer/" }
|
pallas-multiplexer = { version = "0.3.5", path = "../pallas-multiplexer/" }
|
||||||
pallas-machines = { version = "0.3.3", path = "../pallas-machines/" }
|
pallas-machines = { version = "0.3.5", path = "../pallas-machines/" }
|
||||||
pallas-handshake = { version = "0.3.3", path = "../pallas-handshake/" }
|
pallas-handshake = { version = "0.3.4", path = "../pallas-handshake/" }
|
||||||
pallas-chainsync = { version = "0.3.3", path = "../pallas-chainsync/" }
|
pallas-chainsync = { version = "0.3.5", path = "../pallas-chainsync/" }
|
||||||
pallas-blockfetch = { version = "0.3.3", path = "../pallas-blockfetch/" }
|
pallas-blockfetch = { version = "0.3.4", path = "../pallas-blockfetch/" }
|
||||||
pallas-localstate = { version = "0.3.3", path = "../pallas-localstate/" }
|
pallas-localstate = { version = "0.3.5", path = "../pallas-localstate/" }
|
||||||
pallas-txsubmission = { version = "0.3.3", path = "../pallas-txsubmission/" }
|
pallas-txsubmission = { version = "0.3.5", path = "../pallas-txsubmission/" }
|
||||||
pallas-alonzo = { version = "0.3.3", path = "../pallas-alonzo/", features=["crypto"] }
|
pallas-alonzo = { version = "0.3.7", path = "../pallas-alonzo/", features=["crypto"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue