Release 0.11.0-alpha.0

pallas@0.11.0-alpha.0
pallas-codec@0.11.0-alpha.0
pallas-crypto@0.11.0-alpha.0
pallas-miniprotocols@0.11.0-alpha.0
pallas-multiplexer@0.11.0-alpha.0
pallas-primitives@0.11.0-alpha.0

Generated by cargo-workspaces
This commit is contained in:
Santiago Carmuega 2022-06-10 11:59:07 -03:00
parent 8b54dbeeac
commit 0a5226dcfd
6 changed files with 17 additions and 17 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-multiplexer"
description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels"
version = "0.10.0"
version = "0.11.0-alpha.0"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"
@ -13,7 +13,7 @@ authors = [
]
[dependencies]
pallas-codec = { version = "0.10.0", path = "../pallas-codec/" }
pallas-codec = { version = "0.11.0-alpha.0", path = "../pallas-codec/" }
log = "0.4.14"
byteorder = "1.4.3"
hex = "0.4.3"