Release 0.5.0
pallas@0.5.0 pallas-crypto@0.5.0 pallas-miniprotocols@0.5.0 pallas-multiplexer@0.5.0 pallas-primitives@0.5.0 Generated by cargo-workspaces
This commit is contained in:
parent
bb5d7b6930
commit
80dace2600
5 changed files with 12 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pallas-crypto"
|
||||
description = "Cryptographic primitives for Cardano"
|
||||
version = "0.5.0-beta.0"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pallas-miniprotocols"
|
||||
description = "Implementation of the Ouroboros network mini-protocols state-machines"
|
||||
version = "0.5.0-beta.0"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
|
|
@ -13,7 +13,7 @@ authors = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
pallas-multiplexer = { version = "0.5.0-alpha.0", path = "../pallas-multiplexer/" }
|
||||
pallas-multiplexer = { version = "0.5.0", path = "../pallas-multiplexer/" }
|
||||
minicbor = { version="0.13", features=["half", "std"] }
|
||||
log = "0.4.14"
|
||||
hex = "0.4.3"
|
||||
|
|
@ -22,4 +22,4 @@ net2 = "0.2.37"
|
|||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.9.0"
|
||||
pallas-primitives = { version = "0.5.0-alpha.0", path = "../pallas-primitives/" }
|
||||
pallas-primitives = { version = "0.5.0", path = "../pallas-primitives/" }
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pallas-multiplexer"
|
||||
description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels"
|
||||
version = "0.5.0-beta.0"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pallas-primitives"
|
||||
description = "Ledger primitives and cbor codec for the different Cardano eras"
|
||||
version = "0.5.0-beta.0"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
|
|
@ -18,5 +18,5 @@ minicbor = { version = "0.13", features = ["std", "half"] }
|
|||
minicbor-derive = "0.8.0"
|
||||
hex = "0.4.3"
|
||||
log = "0.4.14"
|
||||
pallas-crypto = { version = "0.5.0-alpha.0", path = "../pallas-crypto" }
|
||||
pallas-crypto = { version = "0.5.0", path = "../pallas-crypto" }
|
||||
base58 = "0.2.0"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pallas"
|
||||
description = "Rust-native building blocks for the Cardano blockchain ecosystem."
|
||||
version = "0.5.0-beta.0"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
|
|
@ -13,7 +13,7 @@ authors = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
pallas-multiplexer = { version = "0.5.0-alpha.0", path = "../pallas-multiplexer/" }
|
||||
pallas-miniprotocols = { version = "0.5.0-alpha.0", path = "../pallas-miniprotocols/" }
|
||||
pallas-primitives = { version = "0.5.0-alpha.0", path = "../pallas-primitives/" }
|
||||
pallas-crypto = { version = "0.5.0-alpha.0", path = "../pallas-crypto/" }
|
||||
pallas-multiplexer = { version = "0.5.0", path = "../pallas-multiplexer/" }
|
||||
pallas-miniprotocols = { version = "0.5.0", path = "../pallas-miniprotocols/" }
|
||||
pallas-primitives = { version = "0.5.0", path = "../pallas-primitives/" }
|
||||
pallas-crypto = { version = "0.5.0", path = "../pallas-crypto/" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue