chore: Remove lagging pre-release ref (#206)

This commit is contained in:
Santiago Carmuega 2022-11-13 11:08:49 -03:00 committed by GitHub
parent 4813ae02bf
commit afbe18e619

View file

@ -16,8 +16,8 @@ authors = [
[dependencies] [dependencies]
hex = "0.4.3" hex = "0.4.3"
log = "0.4.14" log = "0.4.14"
pallas-crypto = { version = "0.14.0-alpha.0", path = "../pallas-crypto" } pallas-crypto = { version = "0.14.0", path = "../pallas-crypto" }
pallas-codec = { version = "0.14.0-alpha.0", path = "../pallas-codec" } pallas-codec = { version = "0.14.0", path = "../pallas-codec" }
base58 = "0.2.0" base58 = "0.2.0"
bech32 = "0.9.0" bech32 = "0.9.0"
serde = { version = "1.0.136", optional = true, features = ["derive"] } serde = { version = "1.0.136", optional = true, features = ["derive"] }