chore: use alpha 3 instead of main
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user