chore: bump pallas

This commit is contained in:
rvcas
2024-01-25 11:07:18 -05:00
parent 589bb9a4b3
commit 1ab6d050af
3 changed files with 33 additions and 24 deletions

View File

@@ -21,9 +21,7 @@ num-bigint = "0.4.3"
num-integer = "0.1.45"
num-traits = "0.2.15"
pallas.workspace = true
pallas-codec = { git = "https://github.com/txpipe/pallas", rev = "7cb1ffe100befaa6236f14c14081961c44d6ad21", features = [
"num-bigint",
] }
pallas-codec = { version = "0.22.0", features = ["num-bigint"] }
peg = "0.8.1"
pretty = "0.11.3"
pretty_assertions = "1.3.0"