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,9 @@ homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-codec"
license = "Apache-2.0"
readme = "README.md"
authors = [
"Santiago Carmuega <santiago@carmuega.me>"
]
authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies]
hex = "0.4.3"
minicbor = { version = "0.18", features = ["std", "half", "derive"] }
serde = { version = "1.0.143", features = ["derive"] }