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 fb72e05b52
commit bccdf160cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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