Back-merge v0.13 hotfix

This commit is contained in:
Santiago Carmuega 2022-10-13 16:14:20 -03:00
commit 62f7c84df0
9 changed files with 21 additions and 25 deletions

View file

@ -8,12 +8,10 @@ homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-multiplexer"
license = "Apache-2.0"
readme = "README.md"
authors = [
"Santiago Carmuega <santiago@carmuega.me>"
]
authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies]
pallas-codec = { version = "0.14.0-alpha.0", path = "../pallas-codec/" }
pallas-codec = { version = "0.14.0-alpha.0", path = "../pallas-codec/" }
log = "0.4.14"
byteorder = "1.4.3"
hex = "0.4.3"