chore: use alpha 3 instead of main

This commit is contained in:
rvcas
2022-09-15 11:29:08 -04:00
parent 26deb6df10
commit ddf3cdb6ec
3 changed files with 22 additions and 17 deletions

View File

@@ -16,8 +16,8 @@ exclude = ["test_data/*"]
cryptoxide = "0.4.2"
flat-rs = { path = "../flat", version = "0.0.10" }
hex = "0.4.3"
pallas-codec = { git = "https://github.com/txpipe/pallas" }
pallas-primitives = { git = "https://github.com/txpipe/pallas" }
pallas-codec = "0.14.0-alpha.3"
pallas-primitives = "0.14.0-alpha.3"
peg = "0.8.0"
pretty = "0.11.3"
thiserror = "1.0.31"