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

@@ -14,11 +14,11 @@ authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
anyhow = "1.0.57"
clap = { version = "3.1.14", features = ["derive"] }
hex = "0.4.3"
pallas-addresses = { git = "https://github.com/txpipe/pallas" }
pallas-codec = { git = "https://github.com/txpipe/pallas" }
pallas-crypto = { git = "https://github.com/txpipe/pallas" }
pallas-primitives = { git = "https://github.com/txpipe/pallas" }
pallas-traverse = { git = "https://github.com/txpipe/pallas" }
pallas-addresses = "0.14.0-alpha.3"
pallas-codec = "0.14.0-alpha.3"
pallas-crypto = "0.14.0-alpha.3"
pallas-primitives = "0.14.0-alpha.3"
pallas-traverse = "0.14.0-alpha.3"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
uplc = { path = '../uplc', version = "0.0.12" }

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"